Autodesk Vault ProfessionalVault API

DragSource Property

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

This Func is required if the control should act as a source for drag and drop operations. This Func is called when a drag operation has begun and the control needs to collect information about the drag object.

Syntax

public System.Func<IEntity,PropertyDefinition,object,DragDropSourceArgs> DragSource {get; set;}
Public Property DragSource As System.Func(Of IEntity,PropertyDefinition,Object,DragDropSourceArgs)

See Also