IVsDataViewDropTargetProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |