Control.OnDrop(DragEventArgs) Método

Definición

Se llama antes de que se produzca el evento Drop .

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)

Parámetros

e
DragEventArgs

Datos del evento.

Se aplica a

Consulte también