VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebUndoMonitorJS type / WebUndoMonitorJS Constructor(WebUndoManagerJS)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebUndoMonitorJS Constructor(WebUndoManagerJS)
    In This Topic
    Initializes a new instance of the WebUndoMonitorJS class.
    Syntax
    // Parameters
    var undoManager; // Type: WebUndoManagerJS
    
    var instance = new Vintasoft.Imaging.WebUndoMonitorJS(undoManager);
    
    
    function WebUndoMonitorJS(
    undoManager
    An instance of WebUndoManagerJS class.
    : WebUndoManagerJS
    ) : WebUndoMonitorJS;

    Parameters

    undoManager
    An instance of WebUndoManagerJS class.
    Browser Compatibility
    56+
    45+
    11
    See Also