TextCell.Command 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置要在点击 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 属性的副作用。