GoDiagram Web Reference
OnLayerChanged Method (GoText)

Handle any change in layers.
Syntax
'Declaration
 
Protected Overrides Sub OnLayerChanged( _
   ByVal oldlayer As GoLayer, _
   ByVal newlayer As GoLayer, _
   ByVal mainObj As GoObject _
) 
protected override void OnLayerChanged( 
   GoLayer oldlayer,
   GoLayer newlayer,
   GoObject mainObj
)

Parameters

oldlayer
newlayer
mainObj
Remarks
If the layer changes, make sure we are no longer editing the text.
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

GoText Class
GoText Members
Base Implementation in OnLayerChanged

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback