[]
Occurs immediately before the new C1.Schedule.Appointment object is created.
public event CancelAppointmentEventHandler BeforeAppointmentCreate
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.