Share via


DragDropOrCopyPasteEventArgs Class

Provides data that is useful after a drag and drop or copy and past operation has occurred.

This API is not CLS-compliant. The CLS-compliant alternative is .

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public NotInheritable Class DragDropOrCopyPasteEventArgs _
    Inherits ProjectEventArgs
'Usage
Dim instance As DragDropOrCopyPasteEventArgs
[CLSCompliantAttribute(false)]
public sealed class DragDropOrCopyPasteEventArgs : ProjectEventArgs
[CLSCompliantAttribute(false)]
public ref class DragDropOrCopyPasteEventArgs sealed : public ProjectEventArgs
public final class DragDropOrCopyPasteEventArgs extends ProjectEventArgs
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type DragDropOrCopyPasteEventArgs =  
    class
        inherit ProjectEventArgs
    end

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Data.Schema.Project.Project.ProjectEventArgs
      Microsoft.VisualStudio.Data.Schema.Project.Project.DragDropOrCopyPasteEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DragDropOrCopyPasteEventArgs Members

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