IDropTarget Rozhraní

Definice

Definuje události myši.

public interface class IDropTarget
public interface IDropTarget
type IDropTarget = interface
Public Interface IDropTarget
Odvozené

Metody

OnDragDrop(DragEventArgs)

DragDrop Vyvolá událost.

OnDragEnter(DragEventArgs)

DragEnter Vyvolá událost.

OnDragLeave(EventArgs)

DragLeave Vyvolá událost.

OnDragOver(DragEventArgs)

DragOver Vyvolá událost.

Platí pro