on-reorder (augmentable only) in pasteboard%

Called before a snip is moved in the pasteboard's front-to-back snip order, after can-reorder? is called to verify that the reorder is allowed. The after-reorder method is guaranteed to be called after the reorder has completed.

The editor is internally locked for writing when this method is called (see also Locks). Use after-reorder to modify the editor, if necessary.