In VLC 2.2.1 using C# WinForms, the ActiveX (AxAXVLC.AxVLCPlugin2) events (like MediaPlayerTimeChanged and MediaPlayerEndReached) are no longer firing during video playback. I have seen conflicting information on the web about the fact that either these events are no longer supported by-design or that these events are supported using a new interface (i.e. as per https://wiki.videolan.org/Documentation:WebPlugin/). I have also seen some posts that say that the previously mentioned wiki page is out of date and not correct. (In C# I have not been able to discover the new-style interface methods mentioned in the wiki article.)
Can anyone say definitively whether the ActiveX events are still supported in 2.2.1 and if so, how does one properly register a handler for them? THANKS!