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

FaultEventArgs.Handled Property

Specifies whether the corresponding event was handled.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v19.2.dll

Declaration

public bool Handled { get; set; }

Property Value

Type Description
Boolean

true if the exception is handled; otherwise, false.

Remarks

The exception is available via the SimpleFaultEventArgs.Fault property.

See Also