var instance; // Type: Events instance.EditorStatusChanged = function(sheet, sheetName, oldStatus, newStatus) { };
EditorStatusChanged = function ( sheet : Worksheet, sheetName : string, oldStatus : EditorStatus, newStatus : EditorStatus ) { };
Parameters
- sheet
- The sheet that triggered the event.
- sheetName
- The sheet's name.
- oldStatus
- The old status of the editor.
- newStatus
- The new status of the editor.