Compartilhar via


Método SelectionTool.OnDeactivate

Chamado quando um SelectionTool está desativado.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
Protected Overrides Sub OnDeactivate
protected override void OnDeactivate()
protected:
virtual void OnDeactivate() override
abstract OnDeactivate : unit -> unit 
override OnDeactivate : unit -> unit 
protected override function OnDeactivate()

Comentários

Quando o usuário seleciona um diferente SelectionTool, a ferramenta existente é desativada e removida o EditingContext.

Segurança do .NET Framework

Consulte também

Referência

SelectionTool Classe

Namespace Microsoft.Windows.Design.Interaction

Selection

SelectionCommands

SelectionOperations

EditingContext

Tool

TaskProvider

Outros recursos

Arquitetura de extensibilidade Designer WPF