'Declaration Public Event BeforeAppointmentShow As CancelAppointmentEventHandler
public event CancelAppointmentEventHandler BeforeAppointmentShow
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.
Property | Description |
---|---|
Appointment | Gets the Appointment object which the event was raised for. |
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
See Also