I want to develop a plugin to display an image whenever the user clicks on an item in the Alarm List. Planning to use AnalyticsObject to store an image and send it to smart client as an alarm.
I have seen the AlarmPreview sample project, but it uses WPF User Control to display the Alarm details. As I do not want to modify the UI of the Alarm Preview, how should I retrieve the alarm details without using WPF User Control?