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