C# Class DSShared.Lists.RowClickEventArgs

Args class that holds a row and a column.
Inheritance: System.EventArgs
显示文件 Open project: pmprog/OpenXCOM.Tools

Public Methods

Method Description
RowClickEventArgs ( ObjRow row, CustomListColumn col ) : System

Initializes a new instance of the T:RowClickEventArgs class.

Method Details

RowClickEventArgs() public method

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
return System