VsTeXProject.VisualStudio.Project.ProjectNode.DragLeave C# (CSharp) Method

DragLeave() public method

Called when one or more items are dragged out of the hierarchy or hierarchy window, or when the drag-and-drop operation is cancelled or completed.
public DragLeave ( ) : int
return int
        public override int DragLeave()
        {
            dropDataType = DropDataType.None;
            return VSConstants.S_OK;
        }
ProjectNode