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

Provides data for a Row's PropertyChanged, CellAdded and CellRemoved events
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
RowEventArgs ( Row source, Cell cell, int cellFromIndex, int cellToIndex ) : System

Initializes a new instance of the RowEventArgs class with the specified Row source, row index, start index, end index and affected Cell

RowEventArgs ( Row source, RowEventType eventType ) : System

Initializes a new instance of the RowEventArgs class with the specified Row source, row index, start index, end index and affected Cell

RowEventArgs ( Row source, int rowIndex, Cell cell, int cellFromIndex, int cellToIndex, RowEventType eventType ) : System

Initializes a new instance of the RowEventArgs class with the specified Row source, row index, start index, end index and affected Cell

Приватные методы

Метод Описание
SetRowIndex ( int rowIndex ) : void

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

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

Initializes a new instance of the RowEventArgs class with the specified Row source, row index, start index, end index and affected Cell
public RowEventArgs ( Row source, Cell cell, int cellFromIndex, int cellToIndex ) : System
source ZForge.Controls.XPTable.Models.Row The Row that originated the event
cell ZForge.Controls.XPTable.Models.Cell The affected Cell
cellFromIndex int The start index of the affected Cell(s)
cellToIndex int The end index of the affected Cell(s)
Результат System

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

Initializes a new instance of the RowEventArgs class with the specified Row source, row index, start index, end index and affected Cell
public RowEventArgs ( Row source, RowEventType eventType ) : System
source ZForge.Controls.XPTable.Models.Row The Row that originated the event
eventType RowEventType The type of event
Результат System

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

Initializes a new instance of the RowEventArgs class with the specified Row source, row index, start index, end index and affected Cell
public RowEventArgs ( Row source, int rowIndex, Cell cell, int cellFromIndex, int cellToIndex, RowEventType eventType ) : System
source ZForge.Controls.XPTable.Models.Row The Row that originated the event
rowIndex int The index of the Row
cell ZForge.Controls.XPTable.Models.Cell The affected Cell
cellFromIndex int The start index of the affected Cell(s)
cellToIndex int The end index of the affected Cell(s)
eventType RowEventType The type of event
Результат System