corelibraries-devexpress-dot-xtrascheduler-25d18a16.md
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
public class AppointmentEventArgs :
EventArgs
Public Class AppointmentEventArgs
Inherits EventArgs
AppointmentEventArgs is the data class for the following events:
| Library | Related API Members |
|---|---|
| WinForms Controls | SchedulerControl.InitNewAppointment |
| ASP.NET Web Forms Controls | ASPxScheduler.InitNewAppointment |
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.
Show 24 items
Object EventArgs AppointmentEventArgs AppointmentCancelEventArgs
AppointmentSynchronizedEventArgs
iCalendarAppointmentExportedEventArgs
iCalendarAppointmentExportingEventArgs
iCalendarAppointmentImportedEventArgs
iCalendarAppointmentImportingEventArgs
OutlookAppointmentExportedEventArgs
OutlookAppointmentExportingEventArgs
OutlookAppointmentImportedEventArgs
OutlookAppointmentImportingEventArgs
OutlookAppointmentSynchronizedEventArgs
OutlookAppointmentSynchronizingEventArgs
AppointmentSynchronizingEventArgs
See Also