Nevron .NET Vision
Nevron.Dom Namespace / NElementHistoryService Class / DumpToTrees Method
undo tree view
redo tree view


In This Topic
    DumpToTrees Method
    In This Topic
    Dumps the state of the undo and redo stacks in the specified TreeView instances
    Syntax
    'Declaration
     
    
    Public Overridable Sub DumpToTrees( _
       ByVal undoTree As System.Windows.Forms.TreeView, _
       ByVal redoTree As System.Windows.Forms.TreeView _
    ) 
    'Usage
     
    
    Dim instance As NElementHistoryService
    Dim undoTree As System.Windows.Forms.TreeView
    Dim redoTree As System.Windows.Forms.TreeView
     
    instance.DumpToTrees(undoTree, redoTree)
    public virtual void DumpToTrees( 
       System.Windows.Forms.TreeView undoTree,
       System.Windows.Forms.TreeView redoTree
    )

    Parameters

    undoTree
    undo tree view
    redoTree
    redo tree view
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also