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
- dragEventArgs
Typ: System.Windows.Forms.DragEventArgs
DragEventArgs, který bude použit k inicializaci této instance.
- isDropLocationUserSpecified
Typ: System.Boolean
Hodnota určující, zda uživatel zadal místa.
- prototype
Typ: Microsoft.VisualStudio.Modeling.ElementGroupPrototype
ElementGroupPrototype (pokud existuje) v objektu data.
- diagramClientView
Typ: Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView
DiagramClientView, který pochází DiagramDragEventArgs.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.