SwimlaneShape::OnDragDrop Method (DiagramDragEventArgs^)

 

Called when the user drops an item onto the shape.

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

public:
virtual void OnDragDrop(
	DiagramDragEventArgs^ e
) override

Parameters

e
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramDragEventArgs^

The arguments for the drag-and-drop event.

For more information, see OnDragDrop

Return to top
Show: