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

AppointmentCancelEventArgs Class

Serves as the base class for classes which provide data for certain appointment events with the ability to cancel the operation performed.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

public class AppointmentCancelEventArgs :
    AppointmentEventArgs

Remarks

The AppointmentCancelEventArgs class introduces the AppointmentCancelEventArgs.Cancel property which specifies whether the operation performed on the processed event should be cancelled.

An instance of the AppointmentCancelEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

See Also