IVsDataViewDropTargetProvider Interface

Definition

Represents the ability to drop data on nodes in a data view hierarchy.

public interface class IVsDataViewDropTargetProvider
public interface IVsDataViewDropTargetProvider
type IVsDataViewDropTargetProvider = interface
Public Interface IVsDataViewDropTargetProvider

Methods

AllowDrop(Int32)

When implemented by a class, indicates whether the drop operation is allowed on the specified node.

OnDragDrop(Int32, DragEventArgs)

When implemented by a class, raises the DragDrop event.

OnDragOver(Int32, DragEventArgs)

When implemented by a class, raises the DragOver event.

Applies to