C# 클래스 XPTable.Events.CellEditEventArgs

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

공개 메소드들

메소드 설명
CellEditEventArgs ( Cell source, ICellEditor editor, Table table ) : System

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

CellEditEventArgs ( Cell source, ICellEditor editor, Table table, int row, int column, Rectangle cellRect ) : System

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

메소드 상세

CellEditEventArgs() 공개 메소드

Initializes a new instance of the CellEventArgs class with the specified Cell source, column index and row index
public CellEditEventArgs ( Cell source, ICellEditor editor, Table table ) : System
source XPTable.Models.Cell The Cell that Raised the event
editor ICellEditor The CellEditor used to edit the Cell
table XPTable.Models.Table The Table that the Cell belongs to
리턴 System

CellEditEventArgs() 공개 메소드

Initializes a new instance of the CellEventArgs class with the specified Cell source, column index and row index
public CellEditEventArgs ( Cell source, ICellEditor editor, Table table, int row, int column, Rectangle cellRect ) : System
source XPTable.Models.Cell The Cell that Raised the event
editor ICellEditor The CellEditor used to edit the Cell
table XPTable.Models.Table The Table that the Cell belongs to
row int The Column index of the Cell
column int The Row index of the Cell
cellRect System.Drawing.Rectangle
리턴 System