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.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public event EventHandler<CustomGetStartupNavigationItemEventArgs> CustomGetStartupNavigationItem

Event Data

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

See Also