GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoView Class
/ DoEndEdit Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
DoEndEdit Method (GoView)
In This Topic
Stop the user's editing an object using the
EditControl
.
Syntax
C#
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
Reference
GoView Class
GoView Members