Back to Devexpress

AppointmentCancelEventArgs Class

corelibraries-devexpress-dot-xtrascheduler-6397982e.md

latest2.6 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public class AppointmentCancelEventArgs :
    AppointmentEventArgs
vb
Public Class AppointmentCancelEventArgs
    Inherits 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.

Inheritance

Show 12 items

Object EventArgs AppointmentEventArgs AppointmentCancelEventArgs AppointmentExportingEventArgs

AppointmentImportingEventArgs

AppointmentSynchronizingEventArgs

iCalendarAppointmentExportingEventArgs

iCalendarAppointmentImportingEventArgs

OutlookAppointmentExportingEventArgs

OutlookAppointmentImportingEventArgs

OutlookAppointmentSynchronizingEventArgs

See Also

AppointmentCancelEventArgs Members

DevExpress.XtraScheduler Namespace