SQLWBToolsOptionsPage<TOptions>.OnDeactivate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when this option loses activation.
protected:
override bool OnDeactivate();
protected override bool OnDeactivate ();
override this.OnDeactivate : unit -> bool
Protected Overrides Function OnDeactivate () As Boolean
Returns
A Boolean value that indicates the result of the operation, True
if deactivated.