Is it possible to restrict a DragDrop to certain file types only?
In my case, I'm using zip files, and I can prevent it from dropping in the DragDrop handler. However, it seems that a better place to catch it might be in DragEnter?