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 EventItem
For Each oEventItem In AlarmEventSummary1.SelectedEvents
Debug.Print oEventItem.GetColumnValue("EventSource")
Next
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal