Skip to main content

TdxCustomNavBar.OnLinkPress Event

Fires when a NavBar link is pressed.

Declaration

property OnLinkPress: TdxNavBarLinkEvent read; write;

Remarks

Write an OnLinkPress event handler to determine which NavBar link has just been pressed. The event is fired when mouse is over a link and the end-user presses a mouse button without releasing it.

The Sender parameter references the NavBar control.

The ALink parameter specifies an object of the TdxNavBarItemLink type which represents the pressed NavBar link.

See Also