Click or drag to resize

IWizPageOnUnload Method

Called when the control is about to be unloaded. You should override this method to perform any cleanup associated with your control.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
void OnUnload()
Remarks
Note that you get this method call regardless of what page in the wizard your control represents.
See Also