Event Class

Contains elements that specify formulas that control shape events.
Inheritance Hierarchy
SystemObject
  Aspose.DiagramEvent

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

The Event type exposes the following members.

Properties
  NameDescription
Public propertyDel
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
Public propertyEventDblClick
An event element that is evaluated when a shape is double-clicked.
Public propertyEventDrop
An event element that is evaluated when a shape is dropped on the drawing page, either as an instance or when a shape is duplicated or pasted.
Public propertyEventMultiDrop
EventMultiDrop.
Public propertyEventXFMod
An event element that is evaluated when a shape's position or orientation on the page is transformed.
Public propertyTheData
Reserved for future use.
Public propertyTheText
An event element that is evaluated when a shape's text or text composition changes.
Methods
  NameDescription
Public methodClone
Creates deep copy of this instance.
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