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

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

공개 메소드들

메소드 설명
CellEventArgs ( Cell source, CellEventType eventType, object oldValue ) : System

Initializes a new instance of the CellEventArgs class with the specified Cell source and event type

CellEventArgs ( Cell source, int column, int row, CellEventType eventType, object oldValue ) : System

Initializes a new instance of the CellEventArgs class with the specified Cell source, column index, row index and event type

메소드 상세

CellEventArgs() 공개 메소드

Initializes a new instance of the CellEventArgs class with the specified Cell source and event type
public CellEventArgs ( Cell source, CellEventType eventType, object oldValue ) : System
source ZForge.Controls.XPTable.Models.Cell The Cell that Raised the event
eventType CellEventType The type of event
oldValue object The old value of the property
리턴 System

CellEventArgs() 공개 메소드

Initializes a new instance of the CellEventArgs class with the specified Cell source, column index, row index and event type
public CellEventArgs ( Cell source, int column, int row, CellEventType eventType, object oldValue ) : System
source ZForge.Controls.XPTable.Models.Cell The Cell that Raised the event
column int The Column index of the Cell
row int The Row index of the Cell
eventType CellEventType The type of event
oldValue object The old value of the property
리턴 System