Autodesk Vault ProfessionalVault API

ClassicVaultBrowserControl.DragDropOptions Class

Autodesk.DataManagement.Client.Framework.Vault.FormsAutodesk.DataManagement.Client.Framework.Vault.Forms.Controls

Options which allow the user to configure drag and drop behavior of the ClassicVaultBrowserControl.

Syntax

public class ClassicVaultBrowserControl.DragDropOptions 
Public Class ClassicVaultBrowserControl.DragDropOptions 

Properties

NameDescription
DragDropEventThis 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.
DragEnterEventThis Action supports the controls ability to act as a target for drag and drop operations.
DragLeaveEventThis Action supports the controls ability to act as a target for drag and drop operations.
DragOverEventThis 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.
DragSourceThis 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.
IsDropTargetGets or sets if the associated control should be a drop target.

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Vault.Forms.Controls.ClassicVaultBrowserControl.DragDropOptions

See Also