struct
Gesture.OnRelease
Details of a release event.
Remarks
Corresponds to a pointer up event.
Fields
Hovering | A flag indicating whether or not the Interaction is still currently intersecting with the Receiver. |
WasDragged | A flag indicating whether or not a drag gesture was initiated between this Gesture.OnRelease event and its corresponding Gesture.OnPress event. |
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. |