[]
Occurs before the day tooltip is shown.
[C1Description("BeforeDayTooltipShow", "Fired before the day tooltip is shown.")]
[C1Category("UI")]
public event EventHandler<BeforeDayTooltipShowEventArgs> BeforeDayTooltipShow
<C1Description("BeforeDayTooltipShow", "Fired before the day tooltip is shown.")>
<C1Category("UI")>
Public Event BeforeDayTooltipShow As EventHandler(Of BeforeDayTooltipShowEventArgs)
| Type | Description |
|---|---|
| EventHandler<BeforeDayTooltipShowEventArgs> | Occurs before the day tooltip is shown. |