I am embedding the VLC ActiveX Plugin in a Windows Forms application with VB.NET.
In the documentation for the WebPlugin https://wiki.videolan.org/Documentation:WebPlugin/ there are methods like vlc.addEventListener(eventname, callback, bubble) and vlc.attachEvent(eventname, callback). But the documentation for the ActiveX Plugin https://wiki.videolan.org/ActiveX/ is obsolete and has no information about how to listen to the plugin's events.
How can I add an event listener to the plugin events?