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

Provides data for the CellButtonClicked event of a Table
Inheritance: CellEventArgsBase
Mostra file Open project: zhuangyy/Motion Class Usage Examples

Public Methods

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

Method Details

CellButtonEventArgs() public method

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