GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / RaiseObjectEdited Method
In This Topic
    RaiseObjectEdited Method
    In This Topic
    Call OnObjectEdited for the given object to raise an ObjectEdited event.
    Syntax
    public void RaiseObjectEdited( 
       GoObject obj
    )

    Parameters

    obj
    Remarks
    This method is called by DoEndEdit.
    See Also