windowsforms-devexpress-dot-xtranavbar-53b58b2a.md
Provides data for events that require a link as a parameter.
Namespace : DevExpress.XtraNavBar
Assembly : DevExpress.XtraNavBar.v25.2.dll
NuGet Package : DevExpress.Win
public class NavBarLinkEventArgs :
EventArgs
Public Class NavBarLinkEventArgs
Inherits EventArgs
NavBarLinkEventArgs is the data class for the following events:
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.
Object EventArgs NavBarLinkEventArgs
See Also