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

Provides data for a ColumnModel's ColumnAdded, ColumnRemoved, and HeaderHeightChanged events
파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 메소드들

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