Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor.Ribbon Namespace / EditorRibbonGallery Class / ElementToolTipShowing Event

In This Topic
    ElementToolTipShowing Event (EditorRibbonGallery)
    In This Topic
    Syntax
    'Declaration
     
    Public Event ElementToolTipShowing As System.EventHandler(Of ElementToolTipEventArgs)
    public event System.EventHandler<ElementToolTipEventArgs> ElementToolTipShowing
    Event Data

    The event handler receives an argument of type C1.Win.Ribbon.ElementToolTipEventArgs containing data related to this event. The following ElementToolTipEventArgs properties provide information specific to this event.

    PropertyDescription
     
     
    See Also