NavBarItemLink.VisibleChanged Event
Fires immediately after the visibility of the item link has been changed.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.2.dll
Declaration
Event Data
The VisibleChanged event's data class is EventArgs.
Remarks
Write a VisibleChanged event handler to perform specific actions each time the item link is hidden or displayed. The visibility of an item link is specified by its NavBarItemLink.Visible property.
See Also