Control.OnDragOver(DragEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
virtual void OnDragOver(DragEventArgs ^ e) = OnDragOver;
void OnDragOver(DragEventArgs const& e);
protected virtual void OnDragOver(DragEventArgs e);
function onDragOver(e)
Protected Overridable Sub OnDragOver (e As DragEventArgs)
Parameters
Event data for the event.