EventClick (AlarmEventSummary object and AlarmEventBanner object)
Event occurs when a user clicks an event row.
Syntax
object
_EventClick
(Item
as EventItem
)where
object
—is the name of the AlarmEventSummary object or AlarmEventBanner object.Item
—the event returns an EventItem object, providing access to the field values associated with the selected event row.Example
MsgBox "Clicked on: " & Item.GetColumnValue("EventSource")
Provide Feedback