Spread.Sheets Documentation
UserZooming type
GC.Spread.Sheets.Events Namespace : UserZooming type
Occurs when the user zooms.
Example
//This example uses the UserZooming event.
spread.options.allowUserZoom = true;
activeSheet.bind(GC.Spread.Sheets.Events.UserZooming, function (e, info) {
     alert("Zoom (" + info.newZoomFactor + ")");
});
Inheritance Hierarchy

Object
   GC.Spread.Sheets.Events.UserZooming

See Also

Reference

GC.Spread.Sheets.Events Namespace