Constructor Summary |
---|
EventItem()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
method | getAction() | |
method | setAction(value) | |
Specifies the action code of the parent EventItem element.For an EventItem element to be saved in a DatadiagramML file, it must be persistable. Currently, the only valid action code a persistable event can have is 1 (ONEVENT_ACT_RUNADDON). | ||
method | getEnabled() | |
method | setEnabled(value) | |
Represents a flag indicating if the event is enabled or disabled. The value of the property is BOOL integer constant. | ||
method | getEventCode() | |
method | setEventCode(value) | |
A code indicating the event that triggers the add-on. For more information on event codes, see Event Codes in the Microsoft Visio 2007 Automation Reference. | ||
method | getID() | |
method | setID(value) | |
The ID of the event. | ||
method | getTarget() | |
method | setTarget(value) | |
Specifies the target of an event. | ||
method | getTargetArgs() | |
method | setTargetArgs(value) | |
Specifies a string containing arguments to be sent to the target of an event. |
int getID() / setID(value)
int getAction() / setAction(value)
int getEventCode() / setEventCode(value)
String getTarget() / setTarget(value)
String getTargetArgs() / setTargetArgs(value)
int getEnabled() / setEnabled(value)