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

ExceptionEventArgs.Handled Property

Specifies whether or not the corresponding event was handled.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v21.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public bool Handled { get; set; }

Property Value

Type Description
Boolean

true if the exception was handled; otherwise, false.

Remarks

The exception text is available via the ExceptionEventArgs.Exception property.

See Also