'Declaration Protected Overridable Sub OnCurrentPageChanged( _ ByVal oldValue As WizardPage, _ ByVal newValue As WizardPage _ )
'Usage Dim instance As Wizard Dim oldValue As WizardPage Dim newValue As WizardPage instance.OnCurrentPageChanged(oldValue, newValue)
protected virtual void OnCurrentPageChanged( WizardPage oldValue, WizardPage newValue )
Parameters
- oldValue
- The old WizardPage value.
- newValue
- The new WizardPage value.