I am trying to populate a list of possible hardware device events on a TabUserControl in a Management Client plugin. Ideally, I’d like a list similar to the “Select Driver Event” dialog from the Events tab for a camera:
I can get the _associatedItem for the tab, and look up its Hardware object in the proper RecordingServer. However, the Hardware.HardwareDeviceEventFolder does not contain the event list as I thought it would (even if I call .FillChildren(new stirng[] { “HardwareDeviceEvent” }) on it. Is there someplace else I should look for the events, or am I missing a critical step?

