DiagramDragEventArgs Constructor (DragEventArgs^, Boolean, ElementGroupPrototype^, DiagramClientView^)

 

Initializes a new instance of the DiagramDragEventArgs class.

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

public:
DiagramDragEventArgs(
	DragEventArgs^ dragEventArgs,
	bool isDropLocationUserSpecified,
	ElementGroupPrototype^ prototype,
	DiagramClientView^ diagramClientView
)

Parameters

dragEventArgs
Type: System.Windows.Forms::DragEventArgs^

The DragEventArgs that will be used to initialize this instance.

isDropLocationUserSpecified
Type: System::Boolean

A value indicating whether the user specified the drop location.

prototype
Type: Microsoft.VisualStudio.Modeling::ElementGroupPrototype^

The ElementGroupPrototype (if any) in the data object.

diagramClientView
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramClientView^

The DiagramClientView that the DiagramDragEventArgs originated from.

Return to top
Show: