Click or drag to resize
PageEventArgs Constructor
Constructs a new event

Namespace: Gui.Wizard
Assembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public PageEventArgs(
	int index,
	PageCollection pages
)

Parameters

index
Type: SystemInt32
The index of the next page in the collection
pages
Type: Gui.WizardPageCollection
Pages in the wizard that are acceptable to be
See Also