Not directly (if at all). SFML abstracts the event handling and doesn't (yet) allow for custom interaction with it.
In the latest version the event you mentioned is used to track whrn a joystick is plugged in or unplugged.
There maybe a way to hook yourself into the event queue, by like using some WinAPI calls and using the native window handle, but you're basically on your own in that territory.