C# 클래스 SourceGrid.ChangeActivePositionEventArgs

Cell Lost Focus event arguments with the old position and the new position. Extends PositionCancelEventArgs.
상속: System.ComponentModel.CancelEventArgs
파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 메소드들

메소드 설명
ChangeActivePositionEventArgs ( Position pOldFocusPosition, Position pNewFocusPosition ) : System

Constructor

메소드 상세

ChangeActivePositionEventArgs() 공개 메소드

Constructor
public ChangeActivePositionEventArgs ( Position pOldFocusPosition, Position pNewFocusPosition ) : System
pOldFocusPosition Position
pNewFocusPosition Position If Empty there isn't a cell that will receive the focus.
리턴 System