//This example uses the UserZooming event. spread.options.allowUserZoom = true; activeSheet.bind(GC.Spread.Sheets.Events.UserZooming, function (e, info) { alert("Zoom (" + info.newZoomFactor + ")"); });
//This example uses the UserZooming event. spread.options.allowUserZoom = true; activeSheet.bind(GC.Spread.Sheets.Events.UserZooming, function (e, info) { alert("Zoom (" + info.newZoomFactor + ")"); });
Object
GC.Spread.Sheets.Events.UserZooming