Autodesk Vault ProfessionalVault API

DragEnterEvent Property

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

This Action supports the controls ability to act as a target for drag and drop operations.

Syntax

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

See Also