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

    Parameters

    view
    Remarks
    Because no editor is suitable for all GoObjects, this method does nothing by default. An implementation of this method should probably start a transaction, call CreateEditor, initialize the resulting GoControl appropriately, remember it as the value of the Editor property, and add it to the view by setting the GoView.GoView.EditControl property.
    See Also