Skip to main content
All docs
V25.2
  • InitCompleteEventArgs(InitStatus, Exception) Constructor

    Initializes a new instance of the InitCompleteEventArgs class with specified settings.

    Namespace: DevExpress.XtraScheduler.Microsoft365Calendar

    Assembly: DevExpress.XtraScheduler.v25.2.Microsoft365Calendar.dll

    NuGet Package: DevExpress.Scheduler.Core.Desktop.Microsoft365Calendar

    Declaration

    public InitCompleteEventArgs(
        InitStatus initStatus,
        Exception exception
    )

    Parameters

    Name Type Description
    initStatus InitStatus

    A value that indicates whether the initialization succeeded or failed. This value is assigned to the InitStatus property.

    exception Exception

    The exception (if initialization failed).

    See Also