GoDiagram Win Reference
DoEndEdit Method (GoObject)

Stop editing this object in the given view.
Syntax
'Declaration
 
Public Overridable Sub DoEndEdit( _
   ByVal view As GoView _
) 
public virtual void DoEndEdit( 
   GoView view
)

Parameters

view
Remarks
By default this method does nothing. However, an implementation of this method should probably update this object appropriately, remove the GoControl from the view by setting the GoView.EditControl property to null, and finish the transaction.
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

GoObject Class
GoObject Members
DoBeginEdit Method
CreateEditor Method

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback