Skip to main content

ReportDesignerViewModel.StartDesignError Event

In This Article

Occurs if a server error appears when a new report editing session is started.

Namespace: DevExpress.Xpf.ReportDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v14.2.dll

#Declaration

public event EventHandler<FaultEventArgs> StartDesignError

#Event Data

The StartDesignError event's handler receives an argument of the FaultEventArgs type. The following properties provide information specific to this event:

Property Description
Fault Gets the exception, raised if an error occurs. Inherited from SimpleFaultEventArgs.
Handled Specifies whether the raised exception is handled or not.
See Also