Method | Description | |
---|---|---|
OnGotFocus ( |
Raises the got focus event.
|
|
OnKeyDown ( |
Raises the key down event.
|
|
OnKeyUp ( |
Raises the key up event.
|
|
OnLostFocus ( |
Raises the lost focus event.
|
|
OnMouseDoubleClick ( |
Raises the mouse double click event.
|
|
OnMouseDown ( |
Raises the mouse down event.
|
|
OnMouseEnter ( |
Raises the mouse enter event.
|
|
OnMouseLeave ( |
Raises the mouse leave event.
|
|
OnMouseMove ( |
Raises the mouse move event.
|
|
OnMouseUp ( |
Raises the mouse up event.
|
|
OnMouseWheel ( |
Raises the mouse wheel event.
|
|
OnShown ( |
Raises the shown event.
|
|
OnSizeChanged ( |
Raises the size changed event.
|
|
OnTextInput ( |
Raises the text input event.
|
public OnGotFocus ( |
||
widget | ||
e | ||
return | void |
public OnKeyDown ( |
||
widget | ||
e | Eto.Forms.KeyEventArgs | |
return | void |
public OnKeyUp ( |
||
widget | ||
e | Eto.Forms.KeyEventArgs | |
return | void |
public OnLostFocus ( |
||
widget | ||
e | ||
return | void |
public OnMouseDoubleClick ( |
||
widget | ||
e | Eto.Forms.MouseEventArgs | |
return | void |
public OnMouseDown ( |
||
widget | ||
e | Eto.Forms.MouseEventArgs | |
return | void |
public OnMouseEnter ( |
||
widget | ||
e | Eto.Forms.MouseEventArgs | |
return | void |
public OnMouseLeave ( |
||
widget | ||
e | Eto.Forms.MouseEventArgs | |
return | void |
public OnMouseMove ( |
||
widget | ||
e | Eto.Forms.MouseEventArgs | |
return | void |
public OnMouseUp ( |
||
widget | ||
e | Eto.Forms.MouseEventArgs | |
return | void |
public OnMouseWheel ( |
||
widget | ||
e | Eto.Forms.MouseEventArgs | |
return | void |
public OnShown ( |
||
widget | ||
e | ||
return | void |
public OnSizeChanged ( |
||
widget | ||
e | ||
return | void |
public OnTextInput ( |
||
widget | ||
e | Eto.Forms.TextInputEventArgs | |
return | void |