I created a class inheriting from the button class. I'm trying to make it run some code when I drag a file on the button.

The Problem: Nothing happens, like if the event was never raised

I...