Back to Devexpress

AppointmentImportedEventArgs Class

corelibraries-devexpress-dot-xtrascheduler-0adba3b6.md

latest2.0 KB
Original Source

AppointmentImportedEventArgs Class

Provides data for the AppointmentImporter.AppointmentImported event.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

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

AppointmentImportedEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs AppointmentEventArgs AppointmentImportedEventArgs iCalendarAppointmentImportedEventArgs

OutlookAppointmentImportedEventArgs

See Also

AppointmentImportedEventArgs Members

AppointmentImported

DevExpress.XtraScheduler Namespace