Back to Devexpress

SimpleFaultEventArgs Class

wpf-devexpress-dot-xpf-dot-printing-a79cdddf.md

latest1.5 KB
Original Source

SimpleFaultEventArgs Class

Provides data for the ReportServicePreviewModel.GetPageError event.

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public class SimpleFaultEventArgs :
    EventArgs
vb
Public Class SimpleFaultEventArgs
    Inherits EventArgs

SimpleFaultEventArgs is the data class for the following events:

Remarks

An instance of the SimpleFaultEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object EventArgs SimpleFaultEventArgs FaultEventArgs

See Also

SimpleFaultEventArgs Members

DevExpress.Xpf.Printing Namespace