PTToolManagerPageMovedNotification

extern const NSNotificationName _Nonnull PTToolManagerPageMovedNotification

Posted when a page is moved in the document.

The notification object is the tool manager that posted the notification. The userInfo dictionary contains entries for the PTToolManagerPreviousPageNumberUserInfoKey and PTToolManagerPageNumberUserInfoKey keys with the old and new page numbers, respectively.