Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Utilities.v4.4 Assembly / Xceed.Chart.Utilities Namespace / History Class / DumpToTrees Method
tree for Undo operations
tree for Redo operations


In This Topic
    DumpToTrees Method
    In This Topic
    Exports the undo and redo stacks in TreeView instances
    Syntax
    'Declaration
     
    Public Sub DumpToTrees( _
       ByVal undoTree As TreeView, _
       ByVal redoTree As TreeView _
    ) 
    'Usage
     
    Dim instance As History
    Dim undoTree As TreeView
    Dim redoTree As TreeView
     
    instance.DumpToTrees(undoTree, redoTree)
    public void DumpToTrees( 
       TreeView undoTree,
       TreeView redoTree
    )

    Parameters

    undoTree
    tree for Undo operations
    redoTree
    tree for Redo operations
    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