Skip to main content
.NET 6.0+

ShowNavigationItemController.ItemsInitialized Event

Occurs after the Items collection of the ShowNavigationItemController‘s ShowNavigationItem Action has been populated.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public event EventHandler<EventArgs> ItemsInitialized

Event Data

The ItemsInitialized event's data class is EventArgs.

Remarks

This event is raised as a result of calling the ShowNavigationItemController‘s InitializeItems method. Handle this event to access a particular element of the ShowNavigationItem Action’s Items collection, and modify it.

See Also