Control Events |
The Control type exposes the following members.
Name | Description | |
---|---|---|
DragDrop |
Occurs when a drag operation is dropped onto the control.
| |
DragEnter |
Occurs when a drag operation enters the bounds of the control.
| |
DragLeave |
Occurs when a drag operation leaves the bounds of the control or the drag operation was completed inside the control.
| |
DragOver |
Occurs when a drag operation is over the control and needs updating based on position or keyboard state changes.
| |
EnabledChanged |
Occurs when the Enabled value is changed.
| |
GotFocus |
Occurs when the control receives keyboard focus.
| |
KeyDown |
Occurs when a key has been pressed and is down
| |
KeyUp |
Occurs when a key was released
| |
Load |
Occurs when the control is displayed on a visible window
| |
LoadComplete |
Occurs when the load is complete, which happens after the Load event
| |
LostFocus |
Occurs when control loses keyboard focus
| |
MouseDoubleClick |
Occurs when a mouse button is double clicked within the bounds of the control
| |
MouseDown |
Occurs when a mouse button has been pressed
| |
MouseEnter |
Occurs when the mouse enters the bounds of the control
| |
MouseLeave |
Occurs when mouse leaves the bounds of the control
| |
MouseMove |
Occurs when mouse moves within the bounds of the control, or when the mouse is captured
| |
MouseUp |
Occurs when a mouse button is released
| |
MouseWheel |
Occurs when mouse wheel has been changed
| |
PreLoad |
Occurs before the control is loaded. See the Load event for more detail.
| |
Shown |
Occurs when the control is shown on the screen
| |
SizeChanged |
Occurs when the size of the control is changed.
| |
TextInput |
Occurs when text is input for the control. Currently only partially supported on iOS.
| |
UnLoad |
Occurs when the control is unloaded, which happens when removed from the control hierarchy or the window is closed.
|