Skip to main content
A newer version of this page is available. .

CustomShowNavigationItemEventArgs Class

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v19.1.dll

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