'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 ElementToolTipEventArgs containing data related to this event. The following ElementToolTipEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ElementName | Gets the name of the element that displays the tooltip. |
Text | Gets or sets the text that will be displayed in the tooltip. |
See Also