GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolDragging Class / DoDragDrop Method
a collection of objects being dragged, normally the view's GoView.Selection
this is passed as the second argument to Control.DoDragDrop
In This Topic
    DoDragDrop Method
    In This Topic
    Call Control.DoDragDrop
    Syntax
    public virtual void DoDragDrop( 
       IGoCollection coll,
       DragDropEffects allow
    )

    Parameters

    coll
    a collection of objects being dragged, normally the view's GoView.Selection
    allow
    this is passed as the second argument to Control.DoDragDrop
    Remarks
    This is in a separate method for easy overriding, so that you can substitute other serializable objects or IDataObjects to be dragged out to other windows.
    See Also