Called from the template when the Back button is clicked. Override this
method if you want to capture any changes to your page before the wizard moves back.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public virtual void OnBack()
Public Overridable Sub OnBack
Implements
IWizPageOnBackRemarks Typically you don't need to override this method.
See Also