Click or drag to resize

SwitchOnCheckStateChanged Method

Overridden. Raises the CheckStateChanged event and sets the Value property with the values established in the properties OnValue and OffValue.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
protected override void OnCheckStateChanged(
	EventArgs e
)

Parameters

e
Type: SystemEventArgs
Event data
See Also