public abstract class DropHandlerBase : ArcGIS.Desktop.Framework.DragDrop.IDropTarget
Public MustInherit Class DropHandlerBase Implements ArcGIS.Desktop.Framework.DragDrop.IDropTarget
public abstract class DropHandlerBase : ArcGIS.Desktop.Framework.DragDrop.IDropTarget
Public MustInherit Class DropHandlerBase Implements ArcGIS.Desktop.Framework.DragDrop.IDropTarget
This DropHandlerBase class provides little implementation, it satisfies the IDropTarget interface as simply as possible.
<TreeView ItemsSource="{Binding Items}" framework:DragDrop.IsDragSource="true" framework:DragDrop.IsDropTarget="true" framework:DragDrop.DropHandler="{Binding myViewModel.TreeDropHandler}" framework:DragDrop.DragHandler="{Binding myViewModel.TreeDropHandler}" >
System.Object
ArcGIS.Desktop.Framework.Contracts.DropHandlerBase
Target Platforms: Windows 11, Windows 10