Skip to main content

TdxCustomNavBar.OnLinkClick Event

Fires when a NavBar link is clicked.

Declaration

property OnLinkClick: TdxNavBarLinkEvent read; write;

Remarks

Write an OnLinkClick event handler to determine which NavBar link has been clicked. The OnLinkClick event is fired after the OnLinkPress event when the end-user releases mouse button.

The Sender parameter specifies the sender of the event. The sender of the event is the NavBar control.

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

See Also