Control.OnDrop(DragEventArgs) Metodo

Definizione

Chiamato prima che si verifichi l'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)

Parametri

e
DragEventArgs

Dati dell'evento per l'evento.

Si applica a

Vedi anche