SelectionTool.OnDeactivate 方法

在停用 SelectionTool 时调用。

命名空间:  Microsoft.Windows.Design.Interaction
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
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()

备注

用户选择不同的 SelectionTool 时,现有工具将失效,并将从 EditingContext 中移除。

.NET Framework 安全性

请参见

参考

SelectionTool 类

Microsoft.Windows.Design.Interaction 命名空间

Selection

SelectionCommands

SelectionOperations

EditingContext

Tool

TaskProvider

其他资源

WPF 设计器扩展性体系结构