C# Класс XPTable.Events.CellButtonEventArgs

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

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

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