mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / WebKitXCEF3 Object / OnUndoSave Event
In This Topic
    OnUndoSave Event
    In This Topic
    Description
    Fired after a Commit operation is executed.
    Syntax
    Visual Basic
    Public Event OnUndoSave()
    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