Click or drag to resize

CAEXElementChangeEventArgs Class

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Aml.Engine.CAEX.CommandsCAEXElementChangeEventArgs

Namespace: Aml.Engine.CAEX.Commands
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public class CAEXElementChangeEventArgs : EventArgs

The CAEXElementChangeEventArgs type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyCAEXAttribute The changed CAEXAttribute
Public propertyCAEXAttributeName Gets the name of the CAEX attribute.
Public propertyCAEXDocument Gets the CAEX document.
Public propertyCAEXElement The changed CAEXElement
Public propertyCAEXParent The changed CAEXElement's parent. This Property should be used, to detect a former parent of a CAEXElement, when the CAEXElement has been deleted and has no associated parent.
Public propertyChangeMode The change mode
Public propertyNewValue The new value
Public propertyOldValue The old value
Top
See Also