Sdílet prostřednictvím


DiagramDragEventArgs – konstruktor (DragEventArgs, Boolean, ElementGroupPrototype, DiagramClientView)

Inicializuje novou instanci třídy DiagramDragEventArgs.

Obor názvů:  Microsoft.VisualStudio.Modeling.Diagrams
Sestavení:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

Syntaxe

'Deklarace
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
)

Parametry

  • isDropLocationUserSpecified
    Typ: System.Boolean
    Hodnota určující, zda uživatel zadal místa.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DiagramDragEventArgs Třída

DiagramDragEventArgs – přetížení

Microsoft.VisualStudio.Modeling.Diagrams – obor názvů