How to tell when the view was scrolled

Is there an event that can be captured when the user uses the scrollbar to scroll the diagram?
Basically I want to capture any scroll event, even when a drag drop causes a scroll…
Thanks,
Bob

Define a GoView.PropertyChanged event handler, looking for changes to the “DocPosition” property name.

Thanks