GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / CopyNewValueForRedo Method
The particular GoChangedEventArgs edit.
In This Topic
    CopyNewValueForRedo Method (GoObject)
    In This Topic
    Preserve any mutable state needed to perform an IGoUndoableEdit.Redo.
    Syntax
    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.
    See Also