[]
        
(Showing Draft Content)

C1.Win.Schedule.C1Schedule.BeforeAppointmentFormat

BeforeAppointmentFormat Event

Occurs before the appointment content is formatted.

Namespace: C1.Win.Schedule
Assembly: C1.Win.Schedule.10.dll
Syntax
[C1Description("BeforeAppointmentFormat", "Fired before the appointment content is formatted.")]
[C1Category("UI")]
public event EventHandler<BeforeAppointmentFormatEventArgs> BeforeAppointmentFormat
<C1Description("BeforeAppointmentFormat", "Fired before the appointment content is formatted.")>
<C1Category("UI")>
Public Event BeforeAppointmentFormat As EventHandler(Of BeforeAppointmentFormatEventArgs)
Returns
Type Description
EventHandler<BeforeAppointmentFormatEventArgs> Occurs before the appointment content is formatted.