GoDiagram Web Reference
AllEdits Property (GoUndoManagerCompoundEdit)

Gets a list of all the IGoUndoableEdits in this compound edit.
Syntax
'Declaration
 
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
Public Overridable ReadOnly Property AllEdits As IList(Of IGoUndoableEdit)
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public virtual IList<IGoUndoableEdit> AllEdits {get;}

Property Value

A List<T> of IGoUndoableEdits
Remarks
Each item is normally an instance of GoChangedEventArgs. However, you may add your own IGoUndoableEdit objects.
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

GoUndoManagerCompoundEdit Class
GoUndoManagerCompoundEdit Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback