| ButtonBase Events | 
The ButtonBase type exposes the following members.
 Events
Events| Name | Description | |
|---|---|---|
|  | Click | 
            Occurs when a button control is clicked.
             | 
|  | GotFocus | 
            Occurs when the pointer device that previously initiated a Press action is
            pressed, while within this element.
            Note that ONLY sender's informations are currently filled (not pointer's)
            (Inherited from UIElement.) | 
|  | KeyDown | 
            Occurs when a keyboard key is pressed while the UIElement has focus.
            (Inherited from UIElement.) | 
|  | KeyUp | 
            Occurs when a keyboard key is released while the UIElement has focus.
            (Inherited from UIElement.) | 
|  | Loaded | 
            Occurs when a FrameworkElement has been constructed and added to the object tree.
            (Inherited from FrameworkElement.) | 
|  | LostFocus | 
            Occurs when a UIElement loses focus.
            (Inherited from UIElement.) | 
|  | PointerEntered | 
            Occurs when a pointer enters the hit test area of this element.
            (Inherited from UIElement.) | 
|  | PointerExited | 
            Occurs when a pointer leaves the hit test area of this element.
            (Inherited from UIElement.) | 
|  | PointerMoved | 
            Occurs when the pointer device that previously initiated a Press action is
            moved, while within this element.
            (Inherited from UIElement.) | 
|  | PointerPressed | 
            Occurs when the pointer device that previously initiated a Press action is
            pressed, while within this element.
            (Inherited from UIElement.) | 
|  | PointerReleased | 
            Occurs when the pointer device that previously initiated a Press action is
            released, while within this element.
            (Inherited from UIElement.) | 
|  | Tapped | 
            Occurs when an otherwise unhandled Tap interaction occurs over the hit test
            area of this element.
            (Inherited from UIElement.) | 
|  | Unloaded | 
            Occurs when this object is no longer connected to the main object tree.
            (Inherited from FrameworkElement.) | 
 See Also
See Also