GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / StartedTransaction Field
In This Topic
    StartedTransaction Field
    In This Topic
    This is a RaiseChanged hint, called by StartTransaction just after a call to GoUndoManager.GoUndoManager.StartTransaction.
    Syntax
    public const int StartedTransaction
    Remarks
    Because there is no real document state change associated with this event case, the Object and the old and new values (integer, Object, and RectangleF) passed to RaiseChanged and stored in a GoChangedEventArgs are not meaningful.
    See Also