FaultEventArgs.Handled Property
In This Article
Specifies whether the corresponding event was handled.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
#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