Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1EditorRibbon Class / ToolTipLinkClicked Event

In This Topic
    ToolTipLinkClicked Event
    In This Topic
    Syntax
    '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.

    PropertyDescription
     
     
     
    See Also