EventItem

EventItem class

Encapsulates an event code. An EventItem element can trigger two kinds of actions: it can run an add-on, or it can send a notification of the event to the calling program.

EventItem()

Constructor.

Properties

NameTypeDescription
IDintThe ID of the event.
ActionintSpecifies the action code of the parent EventItem element.For an EventItem element to be saved in a DatadiagramML file,
EventCodeintA code indicating the event that triggers the add-on. For more information on event codes, see Event Codes in the Micros
TargetStringSpecifies the target of an event.
TargetArgsStringSpecifies a string containing arguments to be sent to the target of an event.
EnabledintRepresents a flag indicating if the event is enabled or disabled. The value of the property is BOOL integer constant.