Enables you to perform custom actions when the calendar object conforming to the iCalendar specification is created.
public iCalendarStructureCreatedEventHandler CalendarStructureCreated { get; set; }
Public Property CalendarStructureCreated As iCalendarStructureCreatedEventHandler
Handle the CalendarStructureCreated event to obtain information on the iCalendar object, accessing its properties and attributes.
Refer to the DevExpress.XtraScheduler.iCalendar.iCalendarImporter.CalendarStructureCreated topic for more information.