Monogame window events or getting SDL events

I want to receive certain window events like items being dragged onto the Monogame window. (loading files dragged onto the window if their type is valid for example)

Does Monogame have anyway to do this? If not how would I go about accessing the SDL events that would allow me to do this.