Your RDKX application needs to be able to receive events that are raised by the RDKX library. To do this, you must create a "With Events" variable within a VB class module. We have provided a simple class module template called RDKEvents.cls in DTOOLS\RDK4\ACTIVEX which you should copy and include in your RDKX applications for this purpose. Simply add this class module to your code and make sure to call the Attach and Detach methods as demonstrated in the RDKX examples.
This section describes the events available in the RDKX in alphabetical order.