GoDiagram Win Reference
DoEndEdit Method (GoView)

Stop the user's editing an object using the EditControl.
Syntax
'Declaration
 
Public Overridable Sub DoEndEdit() 
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoView Class
GoView Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback