NavBarItemLink.ItemChanged Event
Fires when the link’s properties change.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
Event Data
The ItemChanged event's data class is EventArgs.
Remarks
Most links properties return values of the corresponding item properties. Only the NavBarItemLink.Visible property of a NavBarItemLink object can be modified separately. Thus the ItemChanged event fires when the NavBarItemLink.Visible property value is changed.
The ItemChanged event is declared in the ICollectionItem interface supported by the NavBarItemLink class. Collections of links assign their own handler for this event in order to fire the Collection.CollectionItemChanged event.