C# 클래스 SourceGrid.Cells.Controllers.StandardBehavior

Common behavior of the cell. This controller can be shared between multiple cells and is usually used as the default Grid.Controller. Removing this controller can cause unexpected behaviors.
상속: ControllerBase
파일 보기 프로젝트 열기: zhuangyy/Motion

공개 프로퍼티들

프로퍼티 타입 설명
Default StandardBehavior

공개 메소드들

메소드 설명
CanReceiveFocus ( CellContext sender, EventArgs e ) : bool
OnClick ( CellContext sender, EventArgs e ) : void

OnDoubleClick ( CellContext sender, EventArgs e ) : void

OnEditEnded ( CellContext sender, EventArgs e ) : void

Fired when editing is ended

OnEditStarting ( CellContext sender, System e ) : void
OnFocusEntered ( CellContext sender, EventArgs e ) : void

OnFocusLeft ( CellContext sender, EventArgs e ) : void

OnKeyDown ( CellContext sender, KeyEventArgs e ) : void

OnKeyPress ( CellContext sender, KeyPressEventArgs e ) : void

OnValueChanged ( CellContext sender, EventArgs e ) : void

Fired when the SetValue method is called.

메소드 상세

CanReceiveFocus() 공개 메소드

public CanReceiveFocus ( CellContext sender, EventArgs e ) : bool
sender CellContext
e System.EventArgs
리턴 bool

OnClick() 공개 메소드

public OnClick ( CellContext sender, EventArgs e ) : void
sender CellContext
e System.EventArgs
리턴 void

OnDoubleClick() 공개 메소드

public OnDoubleClick ( CellContext sender, EventArgs e ) : void
sender CellContext
e System.EventArgs
리턴 void

OnEditEnded() 공개 메소드

Fired when editing is ended
public OnEditEnded ( CellContext sender, EventArgs e ) : void
sender CellContext
e System.EventArgs
리턴 void

OnEditStarting() 공개 메소드

public OnEditStarting ( CellContext sender, System e ) : void
sender CellContext
e System
리턴 void

OnFocusEntered() 공개 메소드

public OnFocusEntered ( CellContext sender, EventArgs e ) : void
sender CellContext
e System.EventArgs
리턴 void

OnFocusLeft() 공개 메소드

public OnFocusLeft ( CellContext sender, EventArgs e ) : void
sender CellContext
e System.EventArgs
리턴 void

OnKeyDown() 공개 메소드

public OnKeyDown ( CellContext sender, KeyEventArgs e ) : void
sender CellContext
e System.Windows.Forms.KeyEventArgs
리턴 void

OnKeyPress() 공개 메소드

public OnKeyPress ( CellContext sender, KeyPressEventArgs e ) : void
sender CellContext
e System.Windows.Forms.KeyPressEventArgs
리턴 void

OnValueChanged() 공개 메소드

Fired when the SetValue method is called.
public OnValueChanged ( CellContext sender, EventArgs e ) : void
sender CellContext
e System.EventArgs
리턴 void

프로퍼티 상세

Default 공개적으로 정적으로 프로퍼티

The default behavior of a cell.
public static StandardBehavior,SourceGrid.Cells.Controllers Default
리턴 StandardBehavior