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

ShowNavigationItemController.ItemsInitialized Event

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

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.2.dll

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