Control.OnDrop(DragEventArgs) Method

Definition

Called before the Drop event occurs.

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)

Parameters

e
DragEventArgs

Event data for the event.

Applies to

See also