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