Autodesk Vault ProfessionalVault API

DragDropEvent Property

Autodesk.DataManagement.Client.Framework.Vault.Forms.ControlsClassicVaultBrowserControl.DragDropOptions

This Action is required if the control should act as a target for drag and drop operations. The implementor of this action is responsible for providing the drop functionality.

Syntax

public System.Action<IEntity,PropertyDefinition,object,DragEventArgs> DragDropEvent {get; set;}
Public Property DragDropEvent As System.Action(Of IEntity,PropertyDefinition,Object,DragEventArgs)

See Also