GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObjectEventArgs Class / GoObjectEventArgs Constructor
In This Topic
    GoObjectEventArgs Constructor
    In This Topic
    Create a GoObjectEventArgs that knows about an input event involving a GoObject.
    Syntax
    public GoObjectEventArgs( 
       GoObject obj,
       GoInputEventArgs evt
    )

    Parameters

    obj
    evt
    See Also