C# Класс ZForge.Controls.XPTable.Events.CellCheckBoxEventArgs

Provides data for the CellCheckChanged event of a Table
Наследование: CellEventArgsBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

CellCheckBoxEventArgs() публичный Метод

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
Результат System