GoDiagram Web Reference
OnEnterLeave Method

the object that had been under the mouse, or null if the mouse was not over any document object
the object that is now under the mouse, or null if the mouse is now in the view's background
Called when the document object immediately under the mouse changes after a drag.
Syntax
'Declaration
 
Public Overridable Function OnEnterLeave( _
   ByVal from As GoObject, _
   ByVal to As GoObject, _
   ByVal view As GoView _
) As Boolean
public virtual bool OnEnterLeave( 
   GoObject from,
   GoObject to,
   GoView view
)

Parameters

from
the object that had been under the mouse, or null if the mouse was not over any document object
to
the object that is now under the mouse, or null if the mouse is now in the view's background
view

Return Value

false
Remarks
Currently this is only used at the end of a drag by GoToolDragging.
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

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback