GoDiagram Web Reference
CopyNewValueForRedo Method (GoObject)

The particular GoChangedEventArgs edit.
Preserve any mutable state needed to perform an IGoUndoableEdit.Redo.
Syntax
'Declaration
 
Public Overridable Sub CopyNewValueForRedo( _
   ByVal e As GoChangedEventArgs _
) 
public virtual void CopyNewValueForRedo( 
   GoChangedEventArgs e
)

Parameters

e
The particular GoChangedEventArgs edit.
Remarks
This does not need to be overridden for changes to properties of type integer, single float, RectangleF, PointF, SizeF, boolean, or references to independent objects, as long as the new value is passed in the arguments to Changed.
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

GoObject Class
GoObject Members
CopyNewValueForRedo Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback