Back to Devexpress

AppointmentImportingEventArgs Class

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

latest2.2 KB
Original Source

AppointmentImportingEventArgs Class

Provides data for the AppointmentImporter.AppointmentImporting event.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public class AppointmentImportingEventArgs :
    AppointmentCancelEventArgs
vb
Public Class AppointmentImportingEventArgs
    Inherits AppointmentCancelEventArgs

AppointmentImportingEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs AppointmentEventArgs AppointmentCancelEventArgs AppointmentImportingEventArgs iCalendarAppointmentImportingEventArgs

OutlookAppointmentImportingEventArgs

See Also

AppointmentImportingEventArgs Members

AppointmentImporting

DevExpress.XtraScheduler Namespace