GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObjectEnterLeaveEventArgs Class / From Property
In This Topic
    From Property
    In This Topic
    Gets the GoObject that the mouse had been over.
    Syntax
    public GoObject From {get;}

    Property Value

    If this value is null, the mouse had not been over any object, but had been in the view's background.
    See Also