iCalendarAppointmentImportedEventArgs(Appointment, VEvent) Constructor
In This Article
Initializes a new instance of the iCalendarAppointmentImportedEventArgs class with the specified settings.
Namespace: DevExpress.XtraScheduler.iCalendar
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
public iCalendarAppointmentImportedEventArgs(
Appointment apt,
VEvent ev
)
#Parameters
Name | Type | Description |
---|---|---|
apt | Appointment | An Appointment object that is an event in Xtra |
ev | VEvent | A VEvent object that is an event calendar component defined by the i |
#Remarks
;
See Also