ClassicVaultBrowserControl.DragDropOptions Class
Autodesk.DataManagement.Client.Framework.Vault.Forms›Autodesk.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
| Name | Description |
|---|---|
| DragDropEvent | 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. |
| DragEnterEvent | This Action supports the controls ability to act as a target for drag and drop operations. |
| DragLeaveEvent | This Action supports the controls ability to act as a target for drag and drop operations. |
| DragOverEvent | 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. |
| DragSource | 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. |
| IsDropTarget | Gets or sets if the associated control should be a drop target. |
Inheritance Hierarchy
- System.Object
- Autodesk.DataManagement.Client.Framework.Vault.Forms.Controls.ClassicVaultBrowserControl.DragDropOptions