Control.OnDrop(DragEventArgs) Method
Definition
protected:
virtual void OnDrop(DragEventArgs ^ e) = OnDrop;
void OnDrop(DragEventArgs const & e);
protected virtual void OnDrop(DragEventArgs e);
Protected Overridable Sub OnDrop (e As DragEventArgs)
Parameters
Event data for the event.