EventItems object
The EventItems object is a collection of EventItem objects. You can not create the EventItems object. It is accessible from the SelectedEvents property of the AlarmEventSummary object.
Example
Dim oEventItem as EventItemFor Each oEventItem In AlarmEventSummary1.SelectedEventsDebug.Print oEventItem.GetColumnValue("EventSource")Next
Provide Feedback