WizardPageOnCloseFromBack Method |
Fires the CloseFromBack Event
Namespace: Gui.WizardAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int OnCloseFromBack(
Wizard wiz
)
Public Function OnCloseFromBack (
wiz As Wizard
) As Integer
public:
int OnCloseFromBack(
Wizard^ wiz
)
member OnCloseFromBack :
wiz : Wizard -> int
Parameters
- wiz
- Type: Gui.WizardWizard
Wizard to pass into the sender argument
Return Value
Type:
Int32Index of Page that the event handlers would like to see next
See Also