How to monitor events when pressing ctrl+ mouse to zoom in

I can’t find the corresponding events in the document. How do I answer it?

You can’t listen for these events directly. You can listen for canvas.viewbox.changing and canvas.viewbox.changed. If you want to know more about the viewbox have a look at Canvas.

Thank you, the documentation is really hard to find.