GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoHandle Class / HandledObject Property
In This Topic
    HandledObject Property (GoHandle)
    In This Topic
    Gets the object that actually gets the handles.
    Syntax
    [Description("The object that actually gets the handles.")]
    public GoObject HandledObject {get;}
    Remarks
    This is the SelectedObject's GoObject.SelectionObject.
    See Also