GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / DoEndEdit Method
In This Topic
    DoEndEdit Method (GoObject)
    In This Topic
    Stop editing this object in the given view.
    Syntax
    public virtual void DoEndEdit( 
       GoView view
    )

    Parameters

    view
    Remarks
    By default this method does nothing. However, an implementation of this method should probably update this object appropriately, remove the GoControl from the view by setting the GoView.GoView.EditControl property to null, and finish the transaction.
    See Also