Condividi tramite


Metodo INameSpaceTreeControlDropHandler::OnDragLeave (shobjidl.h)

Chiamato per lasciare il trascinamento per un elemento specificato.

Sintassi

HRESULT OnDragLeave(
  [in] IShellItem *psiOver
);

Parametri

[in] psiOver

Tipo: IShellItem*

Puntatore a un'interfaccia IShellItem che rappresenta l'elemento sotto il cursore del mouse. facoltativo.

Valore restituito

Tipo: HRESULT

Se questo metodo ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT .

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Piattaforma di destinazione Windows
Intestazione shobjidl.h

Vedi anche

IDropTarget::D ragLeave

INameSpaceTreeControlDropHandler