var instance; // Type: Events instance.ShapeChanged = function(sheet, sheetName, shape, propertyName) { };
Parameters
- sheet
- The sheet that triggered the event.
- sheetName
- The sheet's name.
- shape
- The shape that triggered the event.
- propertyName
- The name of the shape's property that has changed.