Back to Devexpress

AppointmentEventArgs Class

corelibraries-devexpress-dot-xtrascheduler-25d18a16.md

latest4.2 KB
Original Source

AppointmentEventArgs Class

Serves as the base class for classes which provide data for certain appointment events.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public class AppointmentEventArgs :
    EventArgs
vb
Public Class AppointmentEventArgs
    Inherits EventArgs

AppointmentEventArgs is the data class for the following events:

LibraryRelated API Members
WinForms ControlsSchedulerControl.InitNewAppointment
ASP.NET Web Forms ControlsASPxScheduler.InitNewAppointment

Remarks

The AppointmentEventArgs class introduces the AppointmentEventArgs.Appointment property which specifies the appointment being processed in the event handler.

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

Inheritance

Show 24 items

Object EventArgs AppointmentEventArgs AppointmentCancelEventArgs

AppointmentConflictEventArgs

AppointmentExportedEventArgs

AppointmentImportedEventArgs

AppointmentOperationEventArgs

AppointmentSynchronizedEventArgs

ExchangeAppointmentEventArgs

iCalendarAppointmentExportedEventArgs

iCalendarAppointmentExportingEventArgs

iCalendarAppointmentImportedEventArgs

iCalendarAppointmentImportingEventArgs

AppointmentExportingEventArgs

AppointmentImportingEventArgs

OutlookAppointmentExportedEventArgs

OutlookAppointmentExportingEventArgs

OutlookAppointmentImportedEventArgs

OutlookAppointmentImportingEventArgs

OutlookAppointmentSynchronizedEventArgs

OutlookAppointmentSynchronizingEventArgs

AppointmentSynchronizingEventArgs

InplaceEditorEventArgs

See Also

AppointmentEventArgs Members

DevExpress.XtraScheduler Namespace