'Declaration Public Event ToolTipLinkClicked As System.EventHandler(Of ToolTipLinkClickedEventArgs)
public event System.EventHandler<ToolTipLinkClickedEventArgs> ToolTipLinkClicked
Event Data
The event handler receives an argument of type C1.Win.Ribbon.ToolTipLinkClickedEventArgs containing data related to this event. The following ToolTipLinkClickedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Button | |
HRef | |
Target |
See Also