IDatabaseProjectNode.FinishedDragDropOrCopyPaste Event

Called during a drag/drop or copy/paste.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Event FinishedDragDropOrCopyPaste As EventHandler(Of DragDropOrCopyPasteEventArgs)
'Usage
Dim instance As IDatabaseProjectNode
Dim handler As EventHandler(Of DragDropOrCopyPasteEventArgs)

AddHandler instance.FinishedDragDropOrCopyPaste, handler
event EventHandler<DragDropOrCopyPasteEventArgs> FinishedDragDropOrCopyPaste
 event EventHandler<DragDropOrCopyPasteEventArgs^>^ FinishedDragDropOrCopyPaste {
    void add (EventHandler<DragDropOrCopyPasteEventArgs^>^ value);
    void remove (EventHandler<DragDropOrCopyPasteEventArgs^>^ value);
}
JScript does not support events.
abstract FinishedDragDropOrCopyPaste : IEvent<EventHandler<DragDropOrCopyPasteEventArgs>,
    DragDropOrCopyPasteEventArgs>

.NET Framework Security

See Also

Reference

IDatabaseProjectNode Interface

IDatabaseProjectNode Members

Microsoft.VisualStudio.Data.Schema.Project.Project Namespace