Skip to main content

ExceptionEventArgs.Handled Property

Specifies whether or not the corresponding event was handled.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.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