[]
Occurs before the appointment content is formatted.
[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)
| Type | Description |
|---|---|
| EventHandler<BeforeAppointmentFormatEventArgs> | Occurs before the appointment content is formatted. |