GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoChangedEventArgs Class / Redo Method
In This Topic
    Redo Method (GoChangedEventArgs)
    In This Topic
    Re-perform the document change after an Undo by calling GoDocument.ChangeValue.
    Syntax
    public void Redo()
    Remarks
    CanRedo must be true for this method to call GoDocument.ChangeValue.
    See Also