IDatabaseProjectNode.FinishedDragDropOrCopyPaste Event
Raised after a drag-and-drop operation or a copy-and-paste operation has occurred.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Event FinishedDragDropOrCopyPaste As EventHandler(Of DragDropOrCopyPasteEventArgs)
event EventHandler<DragDropOrCopyPasteEventArgs> FinishedDragDropOrCopyPaste
event EventHandler<DragDropOrCopyPasteEventArgs^>^ FinishedDragDropOrCopyPaste {
void add (EventHandler<DragDropOrCopyPasteEventArgs^>^ value);
void remove (EventHandler<DragDropOrCopyPasteEventArgs^>^ value);
}
abstract FinishedDragDropOrCopyPaste : IEvent<EventHandler<DragDropOrCopyPasteEventArgs>,
DragDropOrCopyPasteEventArgs>
JScript does not support events.
.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.
See Also
Reference
IDatabaseProjectNode Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace