Skip to main content
A newer version of this page is available. .

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