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

iCalendarStructureCreatedEventArgs(iCalendarContainer) Constructor

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

Namespace: DevExpress.XtraScheduler.iCalendar

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

Declaration

public iCalendarStructureCreatedEventArgs(
    iCalendarContainer calendars
)

Parameters

Name Type Description
calendars DevExpress.XtraScheduler.iCalendar.Components.iCalendarContainer

An object containing iCalendar objects.

See Also