mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / WebKitXCEF3 Object / OnRedo Event

The HTML before the Redo.

To get the HTML after the Redo, read the HTML property.

In This Topic
    OnRedo Event
    In This Topic
    Description
    Fired after a Redo operation is executed.
    Syntax
    Visual Basic
    Public Event OnRedo( _
       ByVal HTML As String _
    )
    Parameters
    HTML

    The HTML before the Redo.

    To get the HTML after the Redo, read the HTML property.

    Remarks

    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.

    See Also