Back to Devexpress

ExchangeExceptionEventArgs.Handled Property

corelibraries-devexpress-dot-xtrascheduler-dot-exchangeexceptioneventargs.md

latest1.2 KB
Original Source

ExchangeExceptionEventArgs.Handled Property

Gets or sets whether an event was handled. If it was handled, the exception is not propagated.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public bool Handled { get; set; }
vb
Public Property Handled As Boolean

Property Value

TypeDescription
Boolean

true if an exception is propagated; otherwise, false.

|

See Also

ExchangeExceptionEventArgs Class

ExchangeExceptionEventArgs Members

DevExpress.XtraScheduler Namespace