KeyDownHandler - делегат
Делегат обработчика события нажатия на клавишу
Пространство имён: Tessa.UI.Cards.ControlsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public delegate void KeyDownHandler(
[NotNullAttribute] TreeGridViewItem item,
[NotNullAttribute] Object data,
[NotNullAttribute] KeyEventArgs e
)
Public Delegate Sub KeyDownHandler (
<NotNullAttribute> item As TreeGridViewItem,
<NotNullAttribute> data As Object,
<NotNullAttribute> e As KeyEventArgs
)
public delegate void KeyDownHandler(
[NotNullAttribute] TreeGridViewItem^ item,
[NotNullAttribute] Object^ data,
[NotNullAttribute] KeyEventArgs^ e
)
type KeyDownHandler =
delegate of
[<NotNullAttribute>] item : TreeGridViewItem *
[<NotNullAttribute>] data : Object *
[<NotNullAttribute>] e : KeyEventArgs -> unit
Параметры
- item TreeGridViewItem
- Элемент таблицы
- data Object
- Контекст данных элемента таблицы
- e KeyEventArgs
- Параметры события нажатия на клавишу