struct
Gesture.OnCancel
Details of a interaction canceled event.
Remarks
Interactions may be canceled manually by the user, Cancel(UInt32), or automatically either when a
conflicting interaction is started or the current interaction Receiver is disabled.
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. |