Click or drag to resize

CAEXElementChangeEventArgs Properties

The CAEXElementChangeEventArgs type exposes the following members.

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