Skip to main content

WizardPageValidatingEventArgs(Direction) Constructor

Initializes a new instance of the WizardPageValidatingEventArgs class with the specified drection.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v23.2.dll

NuGet Package: DevExpress.Win

Declaration

public WizardPageValidatingEventArgs(
    Direction direction
)

Parameters

Name Type Description
direction DevExpress.XtraWizard.Direction

A DevExpress.XtraWizard.Direction value that specifies whether the next or previous page is about to be activated.

See Also