Share via


SQLWBToolsOptionsPage<TOptions>.OnDeactivate Method

Called when this option loses activation.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors (in SQLEditors.dll)

Syntax

'Declaration
Protected Overrides Function OnDeactivate As Boolean
'Usage
Dim returnValue As Boolean 

returnValue = Me.OnDeactivate()
protected override bool OnDeactivate()
protected:
virtual bool OnDeactivate() override
abstract OnDeactivate : unit -> bool  
override OnDeactivate : unit -> bool
protected override function OnDeactivate() : boolean

Return Value

Type: System.Boolean
A Boolean value that indicates the result of the operation, True if deactivated.

See Also

Reference

SQLWBToolsOptionsPage<TOptions> Class

Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace