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

Provides data for a TableModel's SelectionChanged event
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
SelectionEventArgs ( TableModel source, int oldSelectedIndicies, int newSelectedIndicies ) : System

Initializes a new instance of the SelectionEventArgs class with the specified TableModel source, old selected indicies and new selected indicies

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

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

Initializes a new instance of the SelectionEventArgs class with the specified TableModel source, old selected indicies and new selected indicies
public SelectionEventArgs ( TableModel source, int oldSelectedIndicies, int newSelectedIndicies ) : System
source ZForge.Controls.XPTable.Models.TableModel The TableModel that originated the event
oldSelectedIndicies int An array of the previously selected Rows
newSelectedIndicies int An array of the newly selected Rows
Результат System