C# 클래스 DSShared.Lists.RowClickEventArgs

Args class that holds a row and a column.
상속: System.EventArgs
파일 보기 프로젝트 열기: pmprog/OpenXCOM.Tools

공개 메소드들

메소드 설명
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