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

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

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

Метод Описание
CellFocusEventArgs ( Cell source, Table table, int row, int column, Rectangle cellRect ) : System

Initializes a new instance of the CellFocusEventArgs class with the specified source Cell, table, row index, column index and cell bounds

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

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

Initializes a new instance of the CellFocusEventArgs class with the specified source Cell, table, row index, column index and cell bounds
public CellFocusEventArgs ( Cell source, Table table, int row, int column, Rectangle cellRect ) : System
source ZForge.Controls.XPTable.Models.Cell The Cell that Raised the event
table ZForge.Controls.XPTable.Models.Table The Table the Cell belongs to
row int The Row index of the Cell
column int The Column index of the Cell
cellRect System.Drawing.Rectangle The Cell's bounding rectangle
Результат System