[]
Occurs immediately before the new C1.Schedule.Appointment object is created.
[C1Description("BeforeAppointmentCreate", "Fired before the new Appointment object is created.")]
[C1Category("UI")]
public event CancelAppointmentEventHandler BeforeAppointmentCreate
<C1Description("BeforeAppointmentCreate", "Fired before the new Appointment object is created.")>
<C1Category("UI")>
Public Event BeforeAppointmentCreate As CancelAppointmentEventHandler
| Type | Description |
|---|---|
| CancelAppointmentEventHandler | Occurs immediately before the new object is created. |
CancelAppointmentEventArgs for this event is initialized according to the currently selected view and date. For example:
Use this event to prevent the appointment creation or to fill-in some additional appointment properties.