Click or drag to resize

CAEXElementChangeEventArgsCAEXParent Property

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.

Namespace: Aml.Engine.CAEX.Commands
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public XElement CAEXParent { get; }

Property Value

XElement
See Also