Click or drag to resize
WizardPageOnCloseFromBack Method
Fires the CloseFromBack Event

Namespace: Gui.Wizard
Assembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int OnCloseFromBack(
	Wizard wiz
)

Parameters

wiz
Type: Gui.WizardWizard
Wizard to pass into the sender argument

Return Value

Type: Int32
Index of Page that the event handlers would like to see next
See Also