SchedulerUnhandledExceptionEventArgs.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.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if an exception is propagated; otherwise, false. |
See Also