DiagramClientView::OnDragDrop Method (DragEventArgs^)

 

Dispatches the DragDrop event to the appropriate diagram objects.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

protected:
virtual void OnDragDrop(
	DragEventArgs^ drgevent
) override

Parameters

drgevent
Type: System.Windows.Forms::DragEventArgs^
e

A DragEventArgs that contains the event data.

Return to top
Show: