Control.OnDragOver(DragEventArgs) Method

Definition

Called before the DragOver event occurs.

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

Parameters

e
DragEventArgs

Event data for the event.

Applies to

See also