ShowNavigationItemController.ItemsInitialized Event
Occurs after the Items collection of the ShowNavigationItemController‘s ShowNavigationItem Action has been populated.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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