GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoChangedEventArgs Class
Members
In This Topic
    GoChangedEventArgs Class
    In This Topic
    Holds information both for GoDocument.Changed events and for undo and redo handling in the undo manager.
    Syntax
    [Serializable()]
    public class GoChangedEventArgs : System.EventArgs, IGoUndoableEdit  
    Remarks
    In addition to providing before-and-after values for document change events, this also provides the storage for the undo/redo mechanism by implementing the IGoUndoableEdit interface.
    See Also