PageEventArgs Constructor |
Constructs a new event
Namespace: Gui.WizardAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public PageEventArgs(
int index,
PageCollection pages
)
Public Sub New (
index As Integer,
pages As PageCollection
)
public:
PageEventArgs(
int index,
PageCollection^ pages
)
new :
index : int *
pages : PageCollection -> PageEventArgs
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