GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / DoEndEdit Method
In This Topic
    DoEndEdit Method (GoView)
    In This Topic
    Stop the user's editing an object using the EditControl.
    Syntax
    public virtual void DoEndEdit()
    Remarks
    If EditControl is non-null, we call GoControl.DoEndEdit on it, which presumably will call GoObject.DoEndEdit on the GoControl.EditedObject. The responsibility for calling RaiseObjectEdited and for finishing any transaction rests with the individual implementations of GoObject.DoEndEdit.
    See Also