Click or drag to resize

Control Events

The Control type exposes the following members.

Events
  NameDescription
Public eventDragDrop
Occurs when a drag operation is dropped onto the control.
Public eventDragEnter
Occurs when a drag operation enters the bounds of the control.
Public eventDragLeave
Occurs when a drag operation leaves the bounds of the control or the drag operation was completed inside the control.
Public eventDragOver
Occurs when a drag operation is over the control and needs updating based on position or keyboard state changes.
Public eventEnabledChanged
Occurs when the Enabled value is changed.
Public eventGotFocus
Occurs when the control receives keyboard focus.
Public eventKeyDown
Occurs when a key has been pressed and is down
Public eventKeyUp
Occurs when a key was released
Public eventLoad
Occurs when the control is displayed on a visible window
Public eventLoadComplete
Occurs when the load is complete, which happens after the Load event
Public eventLostFocus
Occurs when control loses keyboard focus
Public eventMouseDoubleClick
Occurs when a mouse button is double clicked within the bounds of the control
Public eventMouseDown
Occurs when a mouse button has been pressed
Public eventMouseEnter
Occurs when the mouse enters the bounds of the control
Public eventMouseLeave
Occurs when mouse leaves the bounds of the control
Public eventMouseMove
Occurs when mouse moves within the bounds of the control, or when the mouse is captured
Public eventMouseUp
Occurs when a mouse button is released
Public eventMouseWheel
Occurs when mouse wheel has been changed
Public eventPreLoad
Occurs before the control is loaded. See the Load event for more detail.
Public eventShown
Occurs when the control is shown on the screen
Public eventSizeChanged
Occurs when the size of the control is changed.
Public eventTextInput
Occurs when text is input for the control. Currently only partially supported on iOS.
Public eventUnLoad
Occurs when the control is unloaded, which happens when removed from the control hierarchy or the window is closed.
Top
See Also