struct
Navigate.OnSelect
Details of a navigation select event.
Remarks
Not fired when Receiver's OnSelect is set to Click. In that case, Gesture.OnClick events are fired instead.
Properties
ID | A unique identifier associated with the event. |
Interaction | The interaction update responsible for triggering the event. Created by a Navigation 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. |