Freigeben über


DiagramDragEventArgs-Konstruktor (DragEventArgs, Boolean, ElementGroupPrototype, DiagramClientView)

Initialisiert eine neue Instanz der DiagramDragEventArgs-Klasse.

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

Syntax

'Declaration
Public Sub New ( _
    dragEventArgs As DragEventArgs, _
    isDropLocationUserSpecified As Boolean, _
    prototype As ElementGroupPrototype, _
    diagramClientView As DiagramClientView _
)
public DiagramDragEventArgs(
    DragEventArgs dragEventArgs,
    bool isDropLocationUserSpecified,
    ElementGroupPrototype prototype,
    DiagramClientView diagramClientView
)

Parameter

  • isDropLocationUserSpecified
    Typ: System.Boolean
    Ein Wert, der angibt, ob der Benutzer den Ablagespeicherort angegeben hat.

.NET Framework-Sicherheit

Siehe auch

Referenz

DiagramDragEventArgs Klasse

DiagramDragEventArgs-Überladung

Microsoft.VisualStudio.Modeling.Diagrams-Namespace