Class TreeViewDragAndDropManager
Provides functionality to support Drag and drop operation for the TreeView controls content.
public class TreeViewDragAndDropManager : IDisposable
- Inheritance
-
TreeViewDragAndDropManager
- Implements
Constructors
- TreeViewDragAndDropManager(TreeView, IDragAndDropListener)
Initializes a new instance of the
TreeViewDragAndDropManager
class with specified parameters.
Properties
- DragAndDropEnabled
Gets or sets a boolean value indicates whether drag\drop operation enabled.
Methods
- Dispose()
Disposes this
TreeViewDragAndDropManager
and frees resources associated with it.
Events
- CustomDropMarkerNodeBoundsRequired
Occurs when control tries to calculate rectangle around custom drop marker.