[]
        
(Showing Draft Content)

C1.Win.Schedule.C1Schedule.BeforeAppointmentTooltipShow

BeforeAppointmentTooltipShow Event

Occurs before the appointment tooltip is shown.

Namespace: C1.Win.Schedule
Assembly: C1.Win.Schedule.10.dll
Syntax
[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)
Returns
Type Description
EventHandler<BeforeAppointmentTooltipShowEventArgs> Occurs before the appointment tooltip is shown.