Back to Devexpress

iCalendarStructureCreatedEventArgs Class

corelibraries-devexpress-dot-xtrascheduler-dot-icalendar-bfbd9af1.md

latest2.1 KB
Original Source

iCalendarStructureCreatedEventArgs Class

Provides data for the iCalendarImporter.CalendarStructureCreated and iCalendarExporter.CalendarStructureCreated events.

Namespace : DevExpress.XtraScheduler.iCalendar

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public class iCalendarStructureCreatedEventArgs :
    EventArgs
vb
Public Class iCalendarStructureCreatedEventArgs
    Inherits EventArgs

iCalendarStructureCreatedEventArgs is the data class for the following events:

Remarks

The event fires when the calendar object conforming to the iCalendar specification is created. It allows you to modify its properties as needed, before it is passed to export/import routines to finalize the procedure.

Inheritance

Object EventArgs iCalendarStructureCreatedEventArgs

See Also

iCalendarStructureCreatedEventArgs Members

DevExpress.XtraScheduler.iCalendar Namespace