[]
Occurs when the tooltip is displaying if the TooltipPlacement is set to Custom.
[C1Description("C1RadialMenu.CustomTooltipDisplaying", "Occurs when the tooltip is displaying if the TooltipPlacement is set to TooltipPlacementMode.Custom")]
public event EventHandler<CustomTooltipDisplayingEventArgs> CustomTooltipDisplaying
<C1Description("C1RadialMenu.CustomTooltipDisplaying", "Occurs when the tooltip is displaying if the TooltipPlacement is set to TooltipPlacementMode.Custom")>
Public Event CustomTooltipDisplaying As EventHandler(Of CustomTooltipDisplayingEventArgs)
| Type | Description |
|---|---|
| EventHandler<CustomTooltipDisplayingEventArgs> | Occurs when the tooltip is displaying if the is set to . |