Back to Devexpress

NavBarControl.HotTrackedLinkChanged Event

windowsforms-devexpress-dot-xtranavbar-dot-navbarcontrol-65d7a40b.md

latest1.9 KB
Original Source

NavBarControl.HotTrackedLinkChanged Event

Fires when the mouse pointer either enters or leaves a link area.

Namespace : DevExpress.XtraNavBar

Assembly : DevExpress.XtraNavBar.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
public event NavBarLinkEventHandler HotTrackedLinkChanged
vb
Public Event HotTrackedLinkChanged As NavBarLinkEventHandler

Event Data

The HotTrackedLinkChanged event's data class is NavBarLinkEventArgs. The following properties provide information specific to this event:

PropertyDescription
LinkGets the link for which the event is raised.

Remarks

Write a HotTrackedLinkChanged event handler to perform specific actions each time a link’s hot-tracked state is changed. You can use this to update the hottracked link. The link can be accessed via the event parameter.

Pass the mouse pointer position to the NavBarControl.CalcHitInfo method to determine the control section on which the mouse pointer is resting.

See Also

CalcHitInfo(Point)

HotTrackedLink

NavBarControl Class

NavBarControl Members

DevExpress.XtraNavBar Namespace