Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ShowNavigationItemController.CustomGetStartupNavigationItem Event

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public event EventHandler<CustomGetStartupNavigationItemEventArgs> CustomGetStartupNavigationItem

Event Data

The CustomGetStartupNavigationItem event's data class is DevExpress.ExpressApp.SystemModule.CustomGetStartupNavigationItemEventArgs.

See Also