struct
Gesture.OnClick
Details of a click event.
Remarks
A click event will always fire after the Gesture.OnPress or Gesture.OnRelease event responsible for triggering the click.
Properties
ID | A unique identifier associated with the event. |
Interaction | The interaction update responsible for triggering the event. Either passed into or created by an Interaction method. |
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. |