ControlCallback Class |
Namespace: Eto.Forms
The ControlCallback type exposes the following members.
Name | Description | |
---|---|---|
ControlCallback | Initializes a new instance of the ControlCallback class |
Name | Description | |
---|---|---|
OnDragDrop |
Raises the DragDrop event.
| |
OnDragEnter |
Raises the DragEnter event.
| |
OnDragLeave |
Raises the DragLeave event.
| |
OnDragOver |
Raises the DragOver event.
| |
OnEnabledChanged |
Raises the EnabledChanged event.
| |
OnGotFocus |
Raises the got focus event.
| |
OnKeyDown |
Raises the key down event.
| |
OnKeyUp |
Raises the key up event.
| |
OnLostFocus |
Raises the lost focus event.
| |
OnMouseDoubleClick |
Raises the mouse double click event.
| |
OnMouseDown |
Raises the mouse down event.
| |
OnMouseEnter |
Raises the mouse enter event.
| |
OnMouseLeave |
Raises the mouse leave event.
| |
OnMouseMove |
Raises the mouse move event.
| |
OnMouseUp |
Raises the mouse up event.
| |
OnMouseWheel |
Raises the mouse wheel event.
| |
OnShown |
Raises the shown event.
| |
OnSizeChanged |
Raises the size changed event.
| |
OnTextInput |
Raises the text input event.
|