GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSelectionEventArgs Class / GoSelectionEventArgs Constructor
In This Topic
    GoSelectionEventArgs Constructor
    In This Topic
    This constructor creates an EventArgs that knows that a particular GoObject has just been added or removed from the selection, or is the principal object for another event.
    Syntax
    public GoSelectionEventArgs( 
       GoObject obj
    )

    Parameters

    obj
    See Also