Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Eto
Forms
RadioMenuItem.Callback
C# Class Eto.Forms.RadioMenuItem.Callback
Callback implementation for the
RadioMenuItem
.
Inheritance:
Eto.Forms.MenuItem.Callback
,
ICallback
Mostra file
Open project: picoe/Eto
Public Methods
Method
Description
OnCheckedChanged
(
RadioMenuItem
widget
,
EventArgs
e
) :
void
Raises the checked changed event.
Method Details
OnCheckedChanged()
public
method
Raises the checked changed event.
public
OnCheckedChanged
(
RadioMenuItem
widget
,
EventArgs
e
) :
void
widget
RadioMenuItem
e
System.EventArgs
return
void