Spread.Sheets Documentation
EditorStatusChanged type
GC.Spread.Sheets.Events Namespace : EditorStatusChanged type
Occurs when the editor's status has changed.
Example
//This example uses the EditorStatusChanged event.
activeSheet.bind(GC.Spread.Sheets.Events.EditorStatusChanged, function (e, info) {
        alert("Column (" + info.newStatus + ")");
});
Inheritance Hierarchy

Object
   GC.Spread.Sheets.Events.EditorStatusChanged

See Also

Reference

GC.Spread.Sheets.Events Namespace