Fired after a Undo operation is executed.
Visual Basic |
---|
Public Event OnUndo( _ ByVal HTML As String _ ) |
The undo/redo principle relies on the requirement that after every edit/change the result is "committed" in the undo buffer.
In other words the undo buffer always has the latest HTML snapshot.