Can I listen events where users change the selected media in media pool?
However,
Vegas.MediaPoolChanged is occured when the media added or removed;
Vegas.MediaSelectionChanged is occured when user Bypass Hover Scrub.
It seems no event occured when the media item selected changed.
I tried to use a timer, and run Vegas.Project.MediaPool.GetSelectedMedia() per 0.1 seconds to watch the selected media change.
It seems that there may be performance issues when selecting too many media.