ComponentOne Menus and Toolbars for WinForms
LinkClick Event

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > C1TopicBar Class : LinkClick Event
Occurs when a link on this topic bar is clicked.
Syntax
'Declaration
 
Public Event LinkClick As C1TopicBarClickEventHandler
public event C1TopicBarClickEventHandler LinkClick
Event Data

The event handler receives an argument of type C1TopicBarClickEventArgs containing data related to this event. The following C1TopicBarClickEventArgs properties provide information specific to this event.

PropertyDescription
 
 
See Also