| ButtonCallbackOnClick Method  | 
 
            Raises the click event.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic void OnClick(
	Button widget,
	EventArgs e
)
Public Sub OnClick ( 
	widget As Button,
	e As EventArgs
)
abstract OnClick : 
        widget : Button * 
        e : EventArgs -> unit 
override OnClick : 
        widget : Button * 
        e : EventArgs -> unit Parameters
- widget
- Type: Eto.FormsButton
 [Missing <param name="widget"/> documentation for "M:Eto.Forms.Button.Callback.OnClick(Eto.Forms.Button,System.EventArgs)"] 
- e
- Type: SystemEventArgs
 [Missing <param name="e"/> documentation for "M:Eto.Forms.Button.Callback.OnClick(Eto.Forms.Button,System.EventArgs)"] 
Implements
ButtonICallbackOnClick(Button, EventArgs) See Also
See Also