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.
Inheritance Hierarchy
SystemObject
  Aspose.DiagramEventItem

Namespace:  Aspose.Diagram
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public class EventItem

The EventItem type exposes the following members.

Constructors
  NameDescription
Public methodEventItem
Constructor.
Properties
  NameDescription
Public propertyAction
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).
Public propertyEnabled
Represents a flag indicating if the event is enabled or disabled.
Public propertyEventCode
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.
Public propertyID
The ID of the event.
Public propertyTarget
Specifies the target of an event.
Public propertyTargetArgs
Specifies a string containing arguments to be sent to the target of an event.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also