Fired after a Redo operation is executed.
The HTML before the Redo.
To get the HTML after the Redo, read the HTML property.
| Visual Basic | 
|---|
| Public Event OnRedo( _ ByVal HTML As String _ ) | 
The HTML before the Redo.
To get the HTML after the Redo, read the HTML property.
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.