Skip to main content
A newer version of this page is available. .

iCalendarAppointmentExportingEventArgs(Appointment, VEvent) Constructor

Initializes a new instance of the iCalendarAppointmentExportingEventArgs class with the specified settings.

Namespace: DevExpress.XtraScheduler.iCalendar

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

Declaration

public iCalendarAppointmentExportingEventArgs(
    Appointment apt,
    VEvent ev
)

Parameters

Name Type Description
apt Appointment

An Appointment object that is an event in XtraScheduler.

ev VEvent

A VEvent object that is an event calendar component defined by the iCalendar standard.

See Also