iCalendarAppointmentImportingEventArgs(Appointment, VEvent) Constructor
Initializes a new instance of the iCalendarAppointmentImportingEventArgs class with the specified settings.
Namespace: DevExpress.XtraScheduler.iCalendar
Assembly: DevExpress.XtraScheduler.v25.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| apt | Appointment | An Appointment object representing an event in XtraScheduler. |
| ev | VEvent | A VEvent object representing an event calendar component defined by the iCalendar standard. |
Remarks
;
See Also