WizPageKernelOnFinish Method |
Called when the Finish button is clicked. The template calls this method when the Next button
on the last page of the wizard is clicked.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public virtual void OnFinish()
Public Overridable Sub OnFinish
Implements
IWizPageOnFinishRemarks Note that if your control is the last page of the wizard you do NOT get the OnNext event, only this event.
See Also