Skip to main content

MVCxICalendarImportSettings.CalendarStructureCreated Property

Enables you to perform custom actions when the calendar object conforming to the iCalendar specification is created.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public iCalendarStructureCreatedEventHandler CalendarStructureCreated { get; set; }

Property Value

Type Description
iCalendarStructureCreatedEventHandler

A iCalendarStructureCreatedEventHandler delegate method allowing you to implement custom processing.

Property Paths

You can access this nested property as listed below:

Object Type Path to CalendarStructureCreated
MVCxSchedulerImportSettings
.ICalendar .CalendarStructureCreated

Remarks

Handle the CalendarStructureCreated event to obtain information on the iCalendar object, accessing its properties and attributes.

Refer to the iCalendarImporter.CalendarStructureCreated topic for more information.

See Also