C# 클래스 XPTable.Events.CellButtonEventArgs

Provides data for the CellButtonClicked event of a Table
상속: XPTable.Events.CellEventArgsBase
파일 보기 프로젝트 열기: binaryage/xrefresh 1 사용 예제들

공개 메소드들

메소드 설명
CellButtonEventArgs ( Cell source, int column, int row ) : System

Initializes a new instance of the CellButtonEventArgs class with the specified Cell source, row index and column index

메소드 상세

CellButtonEventArgs() 공개 메소드

Initializes a new instance of the CellButtonEventArgs class with the specified Cell source, row index and column index
public CellButtonEventArgs ( Cell source, int column, int row ) : System
source XPTable.Models.Cell The Cell that raised the event
column int The Column index of the Cell
row int The Row index of the Cell
리턴 System