GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / StartTransaction Method
In This Topic
    StartTransaction Method (GoDocument)
    In This Topic
    Call the UndoManager's GoUndoManager.StartTransaction method.
    Syntax
    public virtual bool StartTransaction()

    Return Value

    Remarks
    GoUndoManager.GoUndoManager.StartTransaction, will raise a Changed event with a hint of StartedTransaction.
    See Also