COleDropTarget::OnDragLeave

virtualvoidOnDragLeave(CWnd**pWnd***);**

Parameters

pWnd

Points to the window the cursor is leaving.

Remarks

Called by the framework when the cursor leaves the window while a dragging operation is in effect. Override this function if you want special behavior when the drag operation leaves the specified window. The default implementation of this function calls CView::OnDragLeave.

For more information, see in the OLE 2 Programmer’s Reference, Volume 1.

COleDropTarget OverviewClass MembersHierarchy Chart

See Also   COleDropTarget::OnDragEnter, COleDropTarget::OnDragOver, COleDropTarget::OnDrop, COleDropTarget::OnDropEx