Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Sub New ( _
    dragEventArgs As DragEventArgs, _
    diagramClientView As DiagramClientView _
)
public DiagramDragEventArgs(
    DragEventArgs dragEventArgs,
    DiagramClientView diagramClientView
)
public:
DiagramDragEventArgs(
    DragEventArgs^ dragEventArgs, 
    DiagramClientView^ diagramClientView
)
new : 
        dragEventArgs:DragEventArgs * 
        diagramClientView:DiagramClientView -> DiagramDragEventArgs
public function DiagramDragEventArgs(
    dragEventArgs : DragEventArgs, 
    diagramClientView : DiagramClientView
)
Parameters
dragEventArgs
Type: System.Windows.Forms.DragEventArgsThe DragEventArgs that will be used to initialize this instance.
diagramClientView
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientViewThe DiagramClientView that the DiagramDragEventArgs originated from.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.