ComponentOne Scheduler for WinForms
BeforeAppointmentDelete Event

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1Schedule Class : BeforeAppointmentDelete Event
Occurs before an C1.C1Schedule.Appointment object is deleted by end-user by pressing 'Delete' button.
Syntax
'Declaration
 
Public Event BeforeAppointmentDelete As CancelAppointmentEventHandler
public event CancelAppointmentEventHandler BeforeAppointmentDelete
Event Data

The event handler receives an argument of type CancelAppointmentEventArgs containing data related to this event. The following CancelAppointmentEventArgs properties provide information specific to this event.

PropertyDescription
Gets the Appointment object which the event was raised for.  
(Inherited from System.ComponentModel.CancelEventArgs)
See Also