[Missing <summary> documentation for "M:Skewworks.NETMF.Controls.RadioButton.OnCheckChanged(System.Object,System.Boolean)"]

Namespace: Skewworks.NETMF.Controls
Assembly: Skewworks.NETMF.Controls (in Skewworks.NETMF.Controls.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
protected virtual void OnCheckChanged(
	Object sender,
	bool checkValue
)

Parameters

sender
Type: System..::..Object

[Missing <param name="sender"/> documentation for "M:Skewworks.NETMF.Controls.RadioButton.OnCheckChanged(System.Object,System.Boolean)"]

checkValue
Type: System..::..Boolean

[Missing <param name="checkValue"/> documentation for "M:Skewworks.NETMF.Controls.RadioButton.OnCheckChanged(System.Object,System.Boolean)"]

See Also