interface
IGestureEvent
A common interface implemented by all UIBlock gesture event structs.
Properties
| Interaction | The interaction update responsible for triggering the event. Either passed into or created by an Interaction method. |
Inherited Properties
| ID | A unique identifier associated with the event. |
| Receiver | The UIBlock from which the event was invoked. |
| Target | An ancestor of the Receiver (or the Receiver itself) holding information pertinent to the event handler. |