[]
Occurs before a tooltip is displayed.
[C1Category("Behavior")]
[C1Description("C1Ribbon.PopupToolTip", "Occurs before a tooltip is displayed.")]
public event EventHandler<ToolTipPositionEventArgs> PopupToolTip
<C1Category("Behavior")>
<C1Description("C1Ribbon.PopupToolTip", "Occurs before a tooltip is displayed.")>
Public Event PopupToolTip As EventHandler(Of ToolTipPositionEventArgs)
| Type | Description |
|---|---|
| EventHandler<ToolTipPositionEventArgs> | Occurs before a tooltip is displayed. |