GoDiagram Win Reference
GoObjectEnterLeaveEventArgs Class
Members 

Holds information for the GoView event GoView.ObjectEnterLeave that occurs when a mouse moves onto or out of a GoObject.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Class GoObjectEnterLeaveEventArgs 
   Inherits GoInputEventArgs
[SerializableAttribute()]
public class GoObjectEnterLeaveEventArgs : GoInputEventArgs 
Remarks
The From property refers to the object that the mouse had been over. The To property refers to the object that the mouse is now over. Either property may be null, if the mouse had been, or now is, over the view's background.
Inheritance Hierarchy

System.Object
   System.EventArgs
      Northwoods.Go.GoInputEventArgs
         Northwoods.Go.GoObjectEnterLeaveEventArgs

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

GoObjectEnterLeaveEventArgs Members
Northwoods.Go Namespace
GoInputEventArgs Class

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback