Control.OnDragLeave(DragEventArgs) Método

Definição

Chamado antes do evento DragLeave ocorrer.

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)

Parâmetros

e
DragEventArgs

Os dados de evento do evento.

Aplica-se a

Confira também