WindowlessComponent Events |
The WindowlessComponent type exposes the following members.
| Name | Description | |
|---|---|---|
| Click |
The Click Event gets fired when the user clicks on the hitarea of the WindowlessComponent
| |
| DragDrop |
The DragDrop Event gets fired when a drag-and-drop operation is completed.
| |
| DragOver |
The DragOver Event gets fired when an object is dragged over WindowlessComponent's bounds.
| |
| DrawContent |
The DrawContent event gets fired when the component is drawn.
| |
| KeyDown |
The KeyDown Event gets fired when a key is pressed while WindowlessComponent has focus.
| |
| KeyUp |
The KeyUp Event gets fired when a key is released while WindowlessComponent has focus.
| |
| LocationChanged |
The LocationChanged Event gets fired when the location of WindowlessComponent has changed.
| |
| MouseDown |
The MouseDown Event gets fired when the mouse pointer is over the hitarea of the WindowlessComponent and a mouse button is pressed.
| |
| MouseEnter |
The MouseEnter Event gets fired when the mouse pointer enters the WindowlessComponent.
| |
| MouseHover |
The MouseHover Event gets fired when the mouse pointer rests on the hitarea of the WindowlessComponent.
| |
| MouseLeave |
The MouseLeave Event gets fired when the mouse pointer leaves the WindowlessComponent.
| |
| MouseMove |
The Move Event gets fired when the user moves over the hitarea of the WindowlessComponent
| |
| MouseUp |
The MouseUp Event gets fired when the mouse pointer is over the hitarea of the WindowlessComponent and a mouse button is released.
| |
| ViewportChanged |
The ViewportChanged Event gets fired when the viewport of WindowlessComponent has changed.
|