Control.OnDragLeave(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 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)
Parameters
Event data for the event.