Method OnEnter
OnEnter(NavController, NavDestination, Argument[])
Called when the screen is pushed to a NavHost.
Declaration
protected virtual void OnEnter(NavController controller, NavDestination destination, Argument[] args)
Parameters
Type | Name | Description |
---|---|---|
NavController | controller | The NavController that manages the navigation stack. |
NavDestination | destination | The NavDestination associated with this screen. |
Argument[] | args | The arguments associated with this screen. |