var instance; // Type: Events instance.EditorStatusChanged = function(sheet, sheetName, oldStatus, newStatus) { };
EditorStatusChanged = function ( sheet : Worksheet, sheetName : string, oldStatus : EditorStatus, newStatus : EditorStatus ) { };
パラメータ
- sheet
- イベントを発生させたシート。
- sheetName
- シートの名前。
- oldStatus
- エディタの変更前のステータス。
- newStatus
- エディタの変更後のステータス。