Skip to main content

NavBarItemLink.ItemChanged Event

Fires when the link’s properties change.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public event EventHandler ItemChanged

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.

Implements

See Also