struct
Navigate.OnMoveTo
Details of a navigation event for when focus moves from FromUIBlock to Receiver.
Fields
Direction | The direction in the Receiver's local space |
FromUIBlock | The UIBlock navigation focus was moved from. |
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. |