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

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

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

Метод Описание
TableEventArgs ( Table _table, TableEventType _eventType, object _oldValue ) : System

Initializes a new instance of the TableEventArgs class with the specified table, event type and old value

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

TableEventArgs() публичный метод

Initializes a new instance of the TableEventArgs class with the specified table, event type and old value
public TableEventArgs ( Table _table, TableEventType _eventType, object _oldValue ) : System
_table ZForge.Controls.XPTable.Models.Table The table on which the event occured
_eventType TableEventType The type of event (principally the property that changed)
_oldValue object The old value of a changed property /// would be null for non property change events e.g. if table was being used as a matrix then there might be an inversion event)
Результат System