Skip to main content
.NET 6.0+

NavigationItemCreatedEventArgs Class

Represents arguments passed to the ShowNavigationItemController.NavigationItemCreated event.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public class NavigationItemCreatedEventArgs :
    EventArgs

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.

Inheritance

Object
EventArgs
NavigationItemCreatedEventArgs
See Also