C# 클래스 Eto.Forms.Control.Callback

Callback methods for handlers of Control
상속: ICallback
파일 보기 프로젝트 열기: picoe/Eto

공개 메소드들

메소드 설명
OnGotFocus ( Control widget, EventArgs e ) : void

Raises the got focus event.

OnKeyDown ( Control widget, Eto.Forms.KeyEventArgs e ) : void

Raises the key down event.

OnKeyUp ( Control widget, Eto.Forms.KeyEventArgs e ) : void

Raises the key up event.

OnLostFocus ( Control widget, EventArgs e ) : void

Raises the lost focus event.

OnMouseDoubleClick ( Control widget, Eto.Forms.MouseEventArgs e ) : void

Raises the mouse double click event.

OnMouseDown ( Control widget, Eto.Forms.MouseEventArgs e ) : void

Raises the mouse down event.

OnMouseEnter ( Control widget, Eto.Forms.MouseEventArgs e ) : void

Raises the mouse enter event.

OnMouseLeave ( Control widget, Eto.Forms.MouseEventArgs e ) : void

Raises the mouse leave event.

OnMouseMove ( Control widget, Eto.Forms.MouseEventArgs e ) : void

Raises the mouse move event.

OnMouseUp ( Control widget, Eto.Forms.MouseEventArgs e ) : void

Raises the mouse up event.

OnMouseWheel ( Control widget, Eto.Forms.MouseEventArgs e ) : void

Raises the mouse wheel event.

OnShown ( Control widget, EventArgs e ) : void

Raises the shown event.

OnSizeChanged ( Control widget, EventArgs e ) : void

Raises the size changed event.

OnTextInput ( Control widget, Eto.Forms.TextInputEventArgs e ) : void

Raises the text input event.

메소드 상세

OnGotFocus() 공개 메소드

Raises the got focus event.
public OnGotFocus ( Control widget, EventArgs e ) : void
widget Control
e System.EventArgs
리턴 void

OnKeyDown() 공개 메소드

Raises the key down event.
public OnKeyDown ( Control widget, Eto.Forms.KeyEventArgs e ) : void
widget Control
e Eto.Forms.KeyEventArgs
리턴 void

OnKeyUp() 공개 메소드

Raises the key up event.
public OnKeyUp ( Control widget, Eto.Forms.KeyEventArgs e ) : void
widget Control
e Eto.Forms.KeyEventArgs
리턴 void

OnLostFocus() 공개 메소드

Raises the lost focus event.
public OnLostFocus ( Control widget, EventArgs e ) : void
widget Control
e System.EventArgs
리턴 void

OnMouseDoubleClick() 공개 메소드

Raises the mouse double click event.
public OnMouseDoubleClick ( Control widget, Eto.Forms.MouseEventArgs e ) : void
widget Control
e Eto.Forms.MouseEventArgs
리턴 void

OnMouseDown() 공개 메소드

Raises the mouse down event.
public OnMouseDown ( Control widget, Eto.Forms.MouseEventArgs e ) : void
widget Control
e Eto.Forms.MouseEventArgs
리턴 void

OnMouseEnter() 공개 메소드

Raises the mouse enter event.
public OnMouseEnter ( Control widget, Eto.Forms.MouseEventArgs e ) : void
widget Control
e Eto.Forms.MouseEventArgs
리턴 void

OnMouseLeave() 공개 메소드

Raises the mouse leave event.
public OnMouseLeave ( Control widget, Eto.Forms.MouseEventArgs e ) : void
widget Control
e Eto.Forms.MouseEventArgs
리턴 void

OnMouseMove() 공개 메소드

Raises the mouse move event.
public OnMouseMove ( Control widget, Eto.Forms.MouseEventArgs e ) : void
widget Control
e Eto.Forms.MouseEventArgs
리턴 void

OnMouseUp() 공개 메소드

Raises the mouse up event.
public OnMouseUp ( Control widget, Eto.Forms.MouseEventArgs e ) : void
widget Control
e Eto.Forms.MouseEventArgs
리턴 void

OnMouseWheel() 공개 메소드

Raises the mouse wheel event.
public OnMouseWheel ( Control widget, Eto.Forms.MouseEventArgs e ) : void
widget Control
e Eto.Forms.MouseEventArgs
리턴 void

OnShown() 공개 메소드

Raises the shown event.
public OnShown ( Control widget, EventArgs e ) : void
widget Control
e System.EventArgs
리턴 void

OnSizeChanged() 공개 메소드

Raises the size changed event.
public OnSizeChanged ( Control widget, EventArgs e ) : void
widget Control
e System.EventArgs
리턴 void

OnTextInput() 공개 메소드

Raises the text input event.
public OnTextInput ( Control widget, Eto.Forms.TextInputEventArgs e ) : void
widget Control
e Eto.Forms.TextInputEventArgs
리턴 void