Link Search Menu Expand Document

CheckItem.Touch Event

This event occurs when the selected state of the check box is changed. It occurs regardless of the operation from the screen or the operation from the script.

Note In the handler of the event generated in CheckItem class, do not use the Value property of CheckBox class which is the parent object to refer to the selected item number. (The selected item number may not be reflected.)

For the selected item number, refer to the Index property (array subscript) of the From property (CheckItem object) of the Event object passed as an argument of the event handler. For the selected state of the item, refer to the Selected property from the From property.