Skip to main content

iCalendarStructureCreatedEventArgs(iCalendarContainer) Constructor

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

Namespace: DevExpress.XtraScheduler.iCalendar

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public iCalendarStructureCreatedEventArgs(
    iCalendarContainer calendars
)

Parameters

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

An object containing iCalendar objects.

See Also