IDropTarget Interfejs

Definicja

Definiuje zdarzenia myszy.

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

Metody

OnDragDrop(DragEventArgs)

DragDrop Zgłasza zdarzenie.

OnDragEnter(DragEventArgs)

DragEnter Zgłasza zdarzenie.

OnDragLeave(EventArgs)

DragLeave Zgłasza zdarzenie.

OnDragOver(DragEventArgs)

DragOver Zgłasza zdarzenie.

Dotyczy