Freigeben über


SelectionTool.OnDeactivate-Methode

Wird aufgerufen, wenn SelectionTool deaktiviert wird.

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

Syntax

'Declaration
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()

Hinweise

Wenn der Benutzer ein anderes SelectionTool auswählt, wird das vorhandene Tool deaktiviert und aus dem EditingContext entfernt.

.NET Framework-Sicherheit

Siehe auch

Referenz

SelectionTool Klasse

Microsoft.Windows.Design.Interaction-Namespace

Selection

SelectionCommands

SelectionOperations

EditingContext

Tool

TaskProvider

Weitere Ressourcen

Erweiterbare Architektur des WPF-Designers