C1.Win.Editor.8 Assembly / C1.Win.Editor.Ribbon Namespace / EditorRibbonGallery Class / ElementToolTipShowing Event

ElementToolTipShowing Event (EditorRibbonGallery)
Syntax
'Declaration
 
Public Event ElementToolTipShowing As System.EventHandler(Of ElementToolTipEventArgs)
 
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