EventItem element (EventList_Type complexType) ('Visio XML')
Last modified: March 09, 2015
Applies to: Office 2013 | Office 365 | Visio 2013
In this article
Element information
Definition
Elements and attributes
Encapsulates an event code.
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Parent elements
|
Element |
Type |
Description |
|---|---|---|
|
Contains an EventItem element for each event to which an object should respond. |
Child elements
None.
Attributes
|
Attribute |
Type |
Required |
Description |
Possible values |
|---|---|---|---|---|
|
Action |
xsd:unsignedShort |
required |
Specifies the action code of the parent EventItem element. |
Values of the xsd:unsignedShort type. |
|
Enabled |
xsd:boolean |
optional |
Represents a flag indicating if the event is enabled or disabled. |
Values of the xsd:boolean type. |
|
EventCode |
xsd:unsignedShort |
required |
A code indicating the event that triggers the add-on. |
Values of the xsd:unsignedShort type. |
|
ID |
xsd:unsignedInt |
required |
The ID of the event. |
Values of the xsd:unsignedInt type. |
|
Target |
xsd:string |
required |
Specifies the target of an event. |
Values of the xsd:string type. |
|
TargetArgs |
xsd:string |
required |
Specifies a string containing arguments to be sent to the target of an event. |
Values of the xsd:string type. |