Is it possible to listen for LPR events

Is it possible to listen for LPR events, so that I can have an event handler that is called every time there is a license plate recognized from one of the cameras?

Right now I query for events from specific cameras like it is done in the AlarmEventViewer example, with an EventFilter. But some times I query before the LPR event is ready on the server.

If I can listen for the LPR events I will get them as soon as they are ready in the server - right?

AlarmEventViewer sample should update properly as it subscribes to messages that signal LPR Events, it subscribes to NewEventsIndication and filter those that has to do with LPR Events. Try to explore that part of the sample.