IDropTarget Interface

Definition

Defines mouse events.

public interface class IDropTarget
public interface IDropTarget
type IDropTarget = interface
Public Interface IDropTarget
Derived

Methods

OnDragDrop(DragEventArgs)

Raises the DragDrop event.

OnDragEnter(DragEventArgs)

Raises the DragEnter event.

OnDragLeave(EventArgs)

Raises the DragLeave event.

OnDragOver(DragEventArgs)

Raises the DragOver event.

Applies to