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

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

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