Autodesk Vault ProfessionalVault API

DragOverEvent 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. The implementor of this action will typically set the Effects on the DragEventArgs.

Syntax

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

See Also