SelectedEvents property (AlarmSummary object)

Returns an EventItems object containing EventItem objects representing one or more events that are currently selected in the event list.
Syntax
object
.
SelectedEvents
where
object
—the name of an AlarmEventSummary object.
Remarks
To get column values for a particular EventItem object, call the GetColumnValue method.
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