'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.
Property | Description |
---|---|
ElementName | |
Text |
See Also