Skip to main content

AppointmentImportedEventArgs Class

Provides data for the AppointmentImporter.AppointmentImported event.

Namespace: DevExpress.XtraScheduler

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

#Declaration

public class AppointmentImportedEventArgs :
    AppointmentEventArgs

#Remarks

Note that AppointmentImportedEventArgs objects are automatically created, initialized and passed to the AppointmentImporter.AppointmentImported event handlers.

See Also