• How to detect View (extent/zoom) changes?

    How can I detect from dotnet addin (c#) if any opened view's extents were changed? For example when user zoom in/out or pan? I have made a class (ViewEventsHandler) wich implements IViewUpdateEvents interface. I called the AddViewUpdateEventsHandler…