TextCell.Command 属性

定义

获取或设置要在点击 TextCell 时执行的 ICommand。 这是一种可绑定属性。

public System.Windows.Input.ICommand Command { get; set; }
member this.Command : System.Windows.Input.ICommand with get, set

属性值

System.Windows.Input.ICommand

注解

设置 Command 属性具有根据 ICommand.CanExecute 更改 Enabled 属性的副作用。

适用于