Welcome to WindowsClient.net | Sign in | Join
IDropTarget is a new interface that factors out the four drag drop methods - OnDragEnter, OnDragLeave, OnDragDrop, and OnDragOver - into an interface so that it can be implemented elsewhere. It is mostly an implementation detail.