ExecutedToolEventArgs.Command 属性

获取与此 ExecutedToolEventArgs 对象关联的命令。

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

语法

声明
Public ReadOnly Property Command As ICommand
    Get
public ICommand Command { get; }
public:
property ICommand^ Command {
    ICommand^ get ();
}
member Command : ICommand
function get Command () : ICommand

属性值

类型:System.Windows.Input.ICommand
一个 ICommand,表示与此 ExecutedToolEventArgs 关联的命令。

.NET Framework 安全性

请参见

参考

ExecutedToolEventArgs 类

Microsoft.Windows.Design.Interaction 命名空间

其他资源

WPF 设计器扩展性