IWizardPage<TWizardModel>.Error Event
In This Article
Fires when an error occurs for the current report page.
Namespace: DevExpress.Data.WizardFramework
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
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 |
---|---|
Error |
Specifies the text of an error message. |
See Also