Click or drag to resize

ButtonICallbackOnClick Method

Raises the click event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void OnClick(
	Button widget,
	EventArgs e
)

Parameters

widget
Type: Eto.FormsButton

[Missing <param name="widget"/> documentation for "M:Eto.Forms.Button.ICallback.OnClick(Eto.Forms.Button,System.EventArgs)"]

e
Type: SystemEventArgs

[Missing <param name="e"/> documentation for "M:Eto.Forms.Button.ICallback.OnClick(Eto.Forms.Button,System.EventArgs)"]

See Also