Fires the CheckChanged event

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
Object sending the event
checkValue
Type: System..::..Boolean
New check value

See Also