DiagramClientView.InvokeDragDrop(DragEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invokes a DragDrop of the supplied DragEventArgs onto the currently selected Shape.
public:
void InvokeDragDrop(System::Windows::Forms::DragEventArgs ^ e);
public void InvokeDragDrop (System.Windows.Forms.DragEventArgs e);
member this.InvokeDragDrop : System.Windows.Forms.DragEventArgs -> unit
Public Sub InvokeDragDrop (e As DragEventArgs)
Parameters
A set of DragEventArgs that contains the IDataObject to be dropped.