ISupportNavigationEvents Methods
Provides methods that are called during navigation to a DXPage.| Name | Description |
|---|---|
| OnNavigated(DXNavigationEventArgs) | Called automatically when a page with a ViewModel that implements the ISupportNavigationEvents interface is loaded into the parent frame. |
| OnNavigating(DXNavigatingCancelEventArgs) | Called automatically before a page with a ViewModel implementing the ISupportNavigationEvents interface is unloaded from the parent frame. |
See Also