ToggleButton Events |
The ToggleButton type exposes the following members.
Name | Description | |
---|---|---|
Checked |
Occurs when a ToggleButton is checked.
| |
Click |
Occurs when a button control is clicked.
(Inherited from ButtonBase.) | |
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.) | |
Indeterminate |
Occurs when the state of a ToggleButton is switched to the indeterminate state.
| |
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.) | |
Unchecked |
Occurs when a ToggleButton is unchecked.
| |
Unloaded |
Occurs when this object is no longer connected to the main object tree.
(Inherited from FrameworkElement.) |