Back to Devexpress

CustomShowNavigationItemEventArgs Class

expressappframework-devexpress-dot-expressapp-dot-systemmodule-7d4c9151.md

latest2.3 KB
Original Source

CustomShowNavigationItemEventArgs Class

Arguments passed to the ShowNavigationItemController.CustomShowNavigationItem event.

Namespace : DevExpress.ExpressApp.SystemModule

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public class CustomShowNavigationItemEventArgs :
    HandledEventArgs
vb
Public Class CustomShowNavigationItemEventArgs
    Inherits HandledEventArgs

CustomShowNavigationItemEventArgs is the data class for the following events:

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

CustomShowNavigationItemEventArgs Members

DevExpress.ExpressApp.SystemModule Namespace