Control.OnDragLeave(DragEventArgs) Method

Definition

Called before the DragLeave event occurs.

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

Parameters

e
DragEventArgs

Event data for the event.

Applies to

See also