Compartir a través de


DiagramClientView.OnDragDrop Method

Dispatches the DragDrop event to the appropriate diagram objects.

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

Syntax

'Declaración
Protected Overrides Sub OnDragDrop ( _
    drgevent As DragEventArgs _
)
protected override void OnDragDrop(
    DragEventArgs drgevent
)
protected:
virtual void OnDragDrop(
    DragEventArgs^ drgevent
) override
abstract OnDragDrop : 
        drgevent:DragEventArgs -> unit 
override OnDragDrop : 
        drgevent:DragEventArgs -> unit 
protected override function OnDragDrop(
    drgevent : DragEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

DiagramClientView Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace