C# Class ZForge.Controls.XPTable.Events.CellCheckBoxEventArgs

Provides data for the CellCheckChanged event of a Table
Inheritance: CellEventArgsBase
ファイルを表示 Open project: zhuangyy/Motion Class Usage Examples

Public Methods

Method Description
CellCheckBoxEventArgs ( 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

Method Details

CellCheckBoxEventArgs() public method

Initializes a new instance of the CellButtonEventArgs class with the specified Cell source, row index and column index
public CellCheckBoxEventArgs ( Cell source, int column, int row ) : System
source ZForge.Controls.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
return System