GoDiagram Win Reference
Documents Property

Gets a list of documents for which this UndoManager is recording undo/redo information.
Syntax
'Declaration
 
Public Overridable ReadOnly Property Documents As IEnumerable(Of GoDocument)
public virtual IEnumerable<GoDocument> Documents {get;}
Remarks
You can manipulate this list explicitly by calling AddDocument and RemoveDocument. Setting GoDocument.UndoManager automatically calls these methods. Undo and Redo use this list to call GoDocument.RaiseChanged with notices about starting and ending undo and redo actions, and about starting/finishing/aborting transactions.
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

Reference

GoUndoManager Class
GoUndoManager Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback