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.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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 |
|
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