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