GoDiagram Web Reference
OnBoundsChanged Method (GoObject)

A RectangleF in document coordinates holding the previous bounds.
Called after this object's bounds has changed.
Syntax
'Declaration
 
Protected Overridable Sub OnBoundsChanged( _
   ByVal old As RectangleF _
) 
protected virtual void OnBoundsChanged( 
   RectangleF old
)

Parameters

old
A RectangleF in document coordinates holding the previous bounds.
Remarks
By default this method does nothing. This method is called as part of the Bounds setter, after the property value has been saved. Unlike GoDocument.Changed events, this method will be called even when this object is not part of a document, or when SuspendsUpdates is true. However, this method is not called when the bounds are changed due to a call to ComputeBounds, nor upon an undo or a redo of a change in bounds.
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
OnBoundsChanged Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback