SelectedEvent property

Returns an EventItem object representing the event that is currently selected in the event list.
Syntax
object
.
SelectedEvent
where
object
—the name of an AlarmEventBanner object.
If no event is selected in the Alarm and Event Banner, the property returns nothing.
Remarks
To get column values for a particular EventItem object, call the GetColumnValue method.
If you are reading the SelectedEvent property from an event handler for a button object, you must enable the
Maintain selection when focus is lost
setting for the Alarm and Event Banner or rows will lose their selection when the button is clicked.
Example
MsgBox "Selected event: " & AlarmandEventBanner1.SelectedEvent.GetColumnValue("EventSource")
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal