GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / RaiseObjectEnterLeave Method
In This Topic
    RaiseObjectEnterLeave Method
    In This Topic
    Raise an ObjectEnterLeave event for a given object.
    Syntax
    public void RaiseObjectEnterLeave( 
       GoObject from,
       GoObject to,
       GoInputEventArgs evt
    )

    Parameters

    from
    to
    evt
    See Also