Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Eto
Forms
Button.Callback
C# Class Eto.Forms.Button.Callback
Callback implementation for handlers of
Button
Inheritance:
Eto.Forms.TextControl.Callback
,
ICallback
Mostrar archivo
Open project: picoe/Eto
Public Methods
Method
Description
OnClick
(
Button
widget
,
EventArgs
e
) :
void
Raises the click event.
Method Details
OnClick()
public
method
Raises the click event.
public
OnClick
(
Button
widget
,
EventArgs
e
) :
void
widget
Button
e
System.EventArgs
return
void