Wizard direction?

  • Thread starter Thread starter Craig Buchanan
  • Start date Start date
C

Craig Buchanan

Is there a property of the Wizard in the 2.0 framework that indicates the
navigation direction (i.e. forward or reverse)? Currently, I compare the
ActiveStepIndex in the ActiveStepChanged to a stored value.

Thanks.

Craig Buchanan
 
Found my solution. The WizardNavigationEventArgs class has a
CurrentStepIndex and a NextStepIndex that I can compare.
 
Back
Top