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

Provides data for the CellKeyDown and CellKeyUp events of a Table
Наследование: System.Windows.Forms.KeyEventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CellKeyEventArgs ( Cell cell, Table table, CellPos cellPos, Rectangle cellRect, KeyEventArgs kea ) : System

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

CellKeyEventArgs ( Cell cell, Table table, int row, int column, Rectangle cellRect, KeyEventArgs kea ) : System

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

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

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

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

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

Initializes a new instance of the CellKeyEventArgs class with the specified source Cell, table, row index, column index, cell bounds and KeyEventArgs
public CellKeyEventArgs ( Cell cell, Table table, int row, int column, Rectangle cellRect, KeyEventArgs kea ) : System
cell 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
kea System.Windows.Forms.KeyEventArgs
Результат System