GridViewModelBasePreviewKeyDownCommand - свойство |
Команда нажатия кнопки клавиатуры
Пространство имён:
Tessa.UI.Views.Content.Table
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис[CanBeNullAttribute]
[PublicAPIAttribute]
public ICommand PreviewKeyDownCommand { get; set; }<CanBeNullAttribute>
<PublicAPIAttribute>
Public Property PreviewKeyDownCommand As ICommand
Get
Set
public:
[CanBeNullAttribute]
[PublicAPIAttribute]
property ICommand^ PreviewKeyDownCommand {
ICommand^ get ();
void set (ICommand^ value);
}[<CanBeNullAttribute>]
[<PublicAPIAttribute>]
member PreviewKeyDownCommand : ICommand with get, set
Значение свойства
Тип:
ICommand
См. также