Skip to main content

ICalendarExporter.OnCalendarStructureCreated Event

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

Namespace: DevExpress.Xpf.Scheduling.iCalendar

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: 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 get access to information on the iCalendar object, using its properties and attributes, before it is exported. The Calendars argument provides access to iCalendar structures.

See Also