corelibraries-devexpress-dot-xtrascheduler-25f93df7.md
Provides data for the AppointmentImporter.AppointmentImporting event.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.dll
NuGet Package : DevExpress.Scheduler.Core
public class AppointmentImportingEventArgs :
AppointmentCancelEventArgs
Public Class AppointmentImportingEventArgs
Inherits AppointmentCancelEventArgs
AppointmentImportingEventArgs is the data class for the following events:
An instance of the AppointmentImportingEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.
Object EventArgs AppointmentEventArgs AppointmentCancelEventArgs AppointmentImportingEventArgs iCalendarAppointmentImportingEventArgs
OutlookAppointmentImportingEventArgs
See Also