When setting up a notification on this attribute, RapaGUI will run your
event callback whenever a listview item's value has changed because
the user has toggled the checkbox or has edited the item. Note that
Listview.ValueChange will not trigger if the item's value
was changed using the Listview.Rename method.
For items in checkbox columns, TriggerValue
will be set to either
True
or False
, reflecting the new checkbox state. For items in text
columns, TriggerValue
will contain the new item text.
Additionally, your event handler will be called with the following extra
arguments:
Row:
-
Row index of the item whose value has changed.
Column:
-
Column index of the item whose value has changed.
See Notifications for details.