CheckBox.onCheckStateChanged

Overview | Methods | This Package | All Packages

CheckBox.onCheckStateChanged

Triggers the checkStateChanged event.

Syntax

protected void onCheckStateChanged( Event e )

Parameters

e

An Event object that provides information about the checkStateChanged event.

Remarks

When overriding this method, call super.onCheckStateChanged.

See Also   addOnCheckStateChanged