Autodesk Vault ProfessionalVault API

DragDropSourceArgs Constructor

Autodesk.DataManagement.Client.Framework.Vault.Forms.CurrencyDragDropSourceArgs

Constructs an instance of a DragDropSourceArgs class

Syntax

public DragDropSourceArgs(
   System.object dragDropData,
   System.Windows.Forms.DragDropEffects dragDropEffects
)
Public Function New( _
   ByVal dragDropData As System.Object, _
   ByVal dragDropEffects As System.Windows.Forms.DragDropEffects _
)

Parameters

NameDescription
dragDropDataThe object to provide as the source of a drag and drop operation.
dragDropEffectsThe allowed drag and drop effects.

See Also