Control.OnDrop(DragEventArgs) 方法

定義

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)

參數

e
DragEventArgs

事件的事件資料。

適用於

另請參閱