Skip to main content
.NET 6.0+

CustomShowNavigationItemEventArgs Class

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public class CustomShowNavigationItemEventArgs :
    HandledEventArgs

Remarks

The CustomShowNavigationItem event occurs when an end-user clicks a navigation item in the navigation control. You can handle this event to perform custom actions, such as displaying custom Views. To see an example of handling the ShowNavigationItemController.CustomShowNavigationItem event, refer to the How to: Implement Custom Context Navigation topic.

Inheritance

Object
EventArgs
HandledEventArgs
CustomShowNavigationItemEventArgs
See Also