wxWindow::OnDropFiles

void OnDropFiles(int n, char *files[], int x, int y)

Under Windows, called when files have been dragged from the file manager to the window. files is an array of n strings, and x and y give the mouse position where the drop occurred. The window must have previously been enabled for dropping by calling wxWindow::DragAcceptFiles.