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

WizardPageBase<TView, TModel>.Error Event

Fires when an error occurs for the current report page.

Namespace: DevExpress.Data.WizardFramework

Assembly: DevExpress.Data.v18.2.dll

Declaration

public event EventHandler<WizardPageErrorEventArgs> Error

Event Data

The Error event's data class is WizardPageErrorEventArgs. The following properties provide information specific to this event:

Property Description
ErrorMessage Specifies the text of an error message.
See Also