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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

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