Back to Devexpress

ExchangeExceptionEventArgs Class

corelibraries-devexpress-dot-xtrascheduler-4b49b22b.md

latest1.7 KB
Original Source

ExchangeExceptionEventArgs Class

Provides data for the AppointmentExchanger.OnException event.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

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

ExchangeExceptionEventArgs is the data class for the following events:

Remarks

An instance of the ExchangeExceptionEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object EventArgs ExchangeExceptionEventArgs iCalendarParseExceptionEventArgs

See Also

ExchangeExceptionEventArgs Members

OnException

DevExpress.XtraScheduler Namespace