Page History
...
Name | Description |
|---|---|
Fired when an animation is ended Inherited from Control (PRIM_CTRL) Cancelled | |
Changed is a change in the component | |
CreateInstance is signalled signaled when an instance of a component is created Inherited from Control (PRIM_CTRL) | |
DestroyInstance is signalled signaled when an instance of a component is about to be destroyed Inherited from Control (PRIM_CTRL) | |
Fired on mouse up to signify the end of a drag process Inherited from Control (PRIM_CTRL) PosX, PosY, Source, Payload, AggregatedSource, Origin, Handled, DragResult | |
Fired during the drag and drop process when the cursor moves over the control Inherited from Control (PRIM_CTRL) PosX, PosY, Source, Payload, DragState, AcceptDrop, DragCursor, ShowDropHilight, AggregatedSource, Origin, Handled | |
Fired when the drag and drop process has completed Inherited from Control (PRIM_CTRL) Source, Payload, DragResult, AggregatedSource, Origin, Handled | |
Fired when the control receives the focus | |
Fired after a component has been realized for the first time Inherited from Control (PRIM_CTRL) | |
Fired when an item is clicked Item | |
Fired when the user double clicks an item in the list Item | |
Fired when an item receives the focus Item | |
Fired when the item loses focus Item | |
The mouse has entered the bounds of the item Item | |
The mouse is hovering over the item Item | |
The mouse has left the bounds of the item Item | |
Fired when an item design instance is realized, typically when the it comes in to the view port Item | |
LostFocus happens when a component is no longer active | |
The mouse has entered the bounds of the control Inherited from Control (PRIM_CTRL) | |
The mouse has hovered over the control Inherited from Control (PRIM_CTRL) Origin, Handled | |
The mouse has left the bounds of the control Inherited from Control (PRIM_CTRL) | |
Fired when the user starts a drag and drop process Inherited from Control (PRIM_CTRL) Source, Payload, Continue, DragList, AggregatedSource, Origin, Handled | |
Fired repeatedly between the TouchStart and TouchEnd boundaries to provide details of the touch events Inherited from Control (PRIM_CTRL) MoveLeft, MoveTop, ScaleWidth, ScaleHeight, Rotation, Continue | |
Fired when the user stops touching the screen Inherited from Control (PRIM_CTRL) | |
Fired when the user first makes physical contact with the screen Inherited from Control (PRIM_CTRL) Origin, TouchMove, TouchRotate, TouchScale, TouchSize |
...