 | 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.CommandsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic XElement CAEXParent { get; }
Public ReadOnly Property CAEXParent As XElement
Get
public:
property XElement^ CAEXParent {
XElement^ get ();
}
Property Value
XElement
See Also