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

Provides data for a ColumnModel's ColumnAdded, ColumnRemoved, and HeaderHeightChanged events
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ColumnModelEventArgs ( ColumnModel source, Column column, int fromIndex, int toIndex ) : System

Initializes a new instance of the ColumnModelEventArgs class with the specified ColumnModel source, start index, end index and affected Column

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

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

Initializes a new instance of the ColumnModelEventArgs class with the specified ColumnModel source, start index, end index and affected Column
public ColumnModelEventArgs ( ColumnModel source, Column column, int fromIndex, int toIndex ) : System
source ZForge.Controls.XPTable.Models.ColumnModel The ColumnModel that originated the event
column ZForge.Controls.XPTable.Models.Column The affected Column
fromIndex int The start index of the affected Column(s)
toIndex int The end index of the affected Column(s)
Результат System