Spread.Sheets Documentation
ValueChanged type
GC.Spread.Sheets.Events Namespace : ValueChanged type
Occurs when the value in the subeditor changes.
Example
//This example uses the ValueChanged event.
activeSheet.bind(GC.Spread.Sheets.Events.ValueChanged, function (e, info) {
        alert("Value (" + info.newValue + ")");
});
Inheritance Hierarchy

Object
   GC.Spread.Sheets.Events.ValueChanged

See Also

Reference

GC.Spread.Sheets.Events Namespace