public class EventItem
Constructor Summary |
---|
EventItem()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
int | getAction() | |
void | setAction(intvalue) | |
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). | ||
int | getEnabled() | |
void | setEnabled(intvalue) | |
Represents a flag indicating if the event is enabled or disabled. The value of the property is BOOL integer constant. | ||
int | getEventCode() | |
void | setEventCode(intvalue) | |
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. | ||
int | getID() | |
void | setID(intvalue) | |
The ID of the event. | ||
java.lang.String | getTarget() | |
void | setTarget(java.lang.Stringvalue) | |
Specifies the target of an event. | ||
java.lang.String | getTargetArgs() | |
void | setTargetArgs(java.lang.Stringvalue) | |
Specifies a string containing arguments to be sent to the target of an event. |
public int getID() / public void setID(int value)
public int getAction() / public void setAction(int value)
public int getEventCode() / public void setEventCode(int value)
public java.lang.String getTarget() / public void setTarget(java.lang.String value)
public java.lang.String getTargetArgs() / public void setTargetArgs(java.lang.String value)
public int getEnabled() / public void setEnabled(int value)