C# Класс DSShared.Lists.RowClickEventArgs

Args class that holds a row and a column.
Наследование: System.EventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
RowClickEventArgs ( ObjRow row, CustomListColumn col ) : System

Initializes a new instance of the T:RowClickEventArgs class.

Описание методов

RowClickEventArgs() публичный Метод

Initializes a new instance of the T:RowClickEventArgs class.
public RowClickEventArgs ( ObjRow row, CustomListColumn col ) : System
row ObjRow The row that was clicked on
col CustomListColumn The column that was clicked under
Результат System