EventDblClick event

Event occurs when a user double-clicks an event row.
Syntax
object
_
EventDblClick
(
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 "Double-clicked on: " & Item.GetColumnValue("EventSource")
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal