Fired after a Commit operation is executed.
Visual Basic |
---|
Public Event OnUndoSave() |
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.