GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObjectEnterLeaveEventArgs Class
Members
In This Topic
    GoObjectEnterLeaveEventArgs Class
    In This Topic
    Holds information for the GoView event GoView.ObjectEnterLeave that occurs when a mouse moves onto or out of a GoObject.
    Syntax
    [Serializable()]
    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.
    See Also