Control.OnDrop(DragEventArgs) Methode

Definition

Wird aufgerufen, bevor das Drop-Ereignis auftritt.

protected:
 virtual void OnDrop(DragEventArgs ^ e) = OnDrop;
void OnDrop(DragEventArgs const& e);
protected virtual void OnDrop(DragEventArgs e);
function onDrop(e)
Protected Overridable Sub OnDrop (e As DragEventArgs)

Parameter

e
DragEventArgs

Die Ereignisdaten für das Ereignis.

Gilt für:

Weitere Informationen