C# Class ZForge.Controls.Wizard.PageEventArgs

Arguments passed to an application when Page is closed in a wizard. The Next page to be displayed can be changed, by the application, by setting the NextPage to a wizardPage which is part of the wizard that generated this event.
Inheritance: System.EventArgs
Datei anzeigen Open project: zhuangyy/Motion Class Usage Examples

Public Methods

Method Description
PageEventArgs ( int index, PageCollection pages ) : System

Constructs a new event

Method Details

PageEventArgs() public method

Constructs a new event
public PageEventArgs ( int index, PageCollection pages ) : System
index int The index of the next page in the collection
pages PageCollection Pages in the wizard that are acceptable to be
return System