I am using the WindowsMediaPlayer element in a windows form and I would like to have an event listener that monitors the change of the Position property (double).
The built in Position changed event does not seems to be it.
How can I add an event without modifiying the orginal class or extending it?
Thanks in advance