NavBarLinkEventArgs Class
Provides data for events that require a link as a parameter.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
Remarks
The NavBarLinkEventArgs class provides data for the NavBarControl.LinkClicked, NavBarControl.LinkPressed, NavBarItem.LinkClicked, NavBarItem.LinkPressed and NavBarControl.HotTrackedLinkChanged events.
A NavBarLinkEventArgs object is automatically created, adjusted and passed to the corresponding event handler. Its property allows you to determine the link for which the event is raised.
See Also