Compartir a través de


SelectionTool.OnDeactivate (Método)

Se llama cuando se desactiva un objeto SelectionTool.

Espacio de nombres:  Microsoft.Windows.Design.Interaction
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
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()

Comentarios

Cuando el usuario selecciona un objeto SelectionTool diferente, la herramienta existente se desactiva y se quita de EditingContext.

Seguridad de .NET Framework

Vea también

Referencia

SelectionTool Clase

Microsoft.Windows.Design.Interaction (Espacio de nombres)

Selection

SelectionCommands

SelectionOperations

EditingContext

Tool

TaskProvider

Otros recursos

Arquitectura de extensibilidad de WPF Designer