TextCell.Command 속성

정의

TextCell을 탭할 때 실행할 ICommand를 가져오거나 설정합니다. 이는 바인딩 가능 속성입니다.

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

속성 값

설명

Command 속성을 설정하면 ICommand.CanExecute에 따라 Enabled 속성을 변경하는 부작용이 있습니다.

적용 대상