Skip to main content
A newer version of this page is available. .

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.v19.2.Core.dll

Declaration

public bool Handled { get; set; }

Property Value

Type Description
Boolean

true if an exception is propagated; otherwise, false.

See Also