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

ICalendarImporter.OnCalendarStructureCreated Event

Fires when the calendar object conforming to the iCalendar specification is created.

Namespace: DevExpress.Xpf.Scheduling.iCalendar

Assembly: DevExpress.Xpf.Scheduling.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public event ICalendarStructureCreatedEventHandler OnCalendarStructureCreated

Event Data

The OnCalendarStructureCreated event's data class is DevExpress.Xpf.Scheduling.iCalendar.ICalendarStructureCreatedEventArgs.

Remarks

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

See Also