AppointmentCancelEventArgs Constructors
Serves as the base class for classes which provide data for certain appointment events with the ability to cancel the operation performed.Name | Parameters | Description |
---|---|---|
AppointmentCancelEventArgs() | none | Initializes a new instance of the AppointmentCancelEventArgs class with the default settings. |
AppointmentCancelEventArgs(Appointment) | apt | Initializes a new instance of the AppointmentCancelEventArgs class with the specified appointment. |
See Also