C++
virtual void DragLeave( ADUI_DRAGDATA* pDragData );
Description
Called by the base class if it does not recognize the dragged object (in DragEnter() and DragOver()). Override this function in derived classes to handle drag and drop of objects not recognized by the base class.
Parameters
Parameters | Description |
---|---|
pDragData | Input pointer to the structure ADUI_DRAGDATA that contains the drag data; only the mpWnd member is used |