C# 클래스 ZForge.Controls.XPTable.Events.TableEventArgs

Provides data for a Tables's PropertyChanged event
상속: System.EventArgs
파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 메소드들

메소드 설명
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