NavigationItemCreatedEventArgs Class
Represents arguments passed to the ShowNavigationItemController.NavigationItemCreated event.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Remarks
The NavigationItemCreated event occurs after a navigation item has been created in the navigation control. You can handle this event to implement custom context navigation. To see an example of handling the ShowNavigationItemController.NavigationItemCreated event, refer to the How to: Implement Custom Context Navigation topic.
See Also