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