Back to Devexpress

IWizardPage<TWizardModel>.Error Event

corelibraries-devexpress-dot-data-dot-wizardframework-dot-iwizardpage-1-624bd2e0.md

latest1.4 KB
Original Source

IWizardPage<TWizardModel>.Error Event

Fires when an error occurs for the current report page.

Namespace : DevExpress.Data.WizardFramework

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
event EventHandler<WizardPageErrorEventArgs> Error
vb
Event Error As EventHandler(Of WizardPageErrorEventArgs)

Event Data

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

PropertyDescription
ErrorMessageSpecifies the text of an error message.

See Also

IWizardPage<TWizardModel> Interface

IWizardPage<TWizardModel> Members

DevExpress.Data.WizardFramework Namespace