Type interface
Inheritance
ISpriteEvents extends IEntityEvents.
ISpriteEvents is extended by IGraphicsEvents, IContainerEvents, IPictureEvents.
Properties
|
blur # |
Param { originalEvent: Invoked when element loses focus. |
|---|---|
|
boundschanged # |
Param { type: Invoked when element's bounds change due to any manipulation to it. |
|
click # |
Param { type: Invoked when element is clicked or tapped. |
|
dataitemchanged # |
Param { newDataItem: Invoked when element's data item changes. |
|
dblclick # |
Param { type: Invoked when element is doubleclicked or tapped twice quickly. |
|
dragged # |
Param { type: Invoked when element ois being dragged. |
|
dragstart # |
Param { type: Invoked when element dragging starts. |
|
dragstop # |
Param { type: Invoked when element dragging stops. |
|
focus # |
Param { originalEvent: Invoked when element gains focus. |
|
globalpointermove # |
Param { type: Invoked when pointer is moving anywhere in the window, even outside of the element or even chart area. |
|
globalpointerup # |
Param { type: Invoked when pointer button is released or touch stops in the window, even outside of the element or even chart area. |
|
middleclick # |
Param { type: Invoked when element is clicked with the middle mouse button. |
|
pointerdown # |
Param { type: Invoked when pointer button is pressed or touch starts over the element. |
|
pointerout # |
Param { type: Invoked when pointer moves outside the element. |
|
pointerover # |
Param { type: Invoked when pointer moves over the element. |
|
pointerup # |
Param { type: Invoked when pointer button is released or touch stops over the element. |
|
positionchanged # |
Param { type: Invoked when element's position (X/Y) changes. |
|
rightclick # |
Param { type: Invoked when element is clicked width the right mouse button. |
|
wheel # |
Param { originalEvent: Invoked when mouse wheel is spinned while pointer is over the element. |