Click or drag to resize

CAEXElementChangeEventArgs(XElement, XElement, CAEXDocument, XAttribute, String, Object, Object, CAEXElementChangeMode) Constructor

Constructs arguments for an element's attribute changing event

Namespace: Aml.Engine.CAEX.Commands
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public CAEXElementChangeEventArgs(
	XElement caexElement,
	XElement caexParent,
	CAEXDocument document,
	XAttribute attribute,
	string attributeName,
	Object oldValue,
	Object newValue,
	CAEXElementChangeMode changeMode
)

Parameters

caexElement  XElement
The CAEX element.
caexParent  XElement
The CAEX parent.
document  CAEXDocument
The document.
attribute  XAttribute
The attribute.
attributeName  String
Name of the attribute.
oldValue  Object
The old value.
newValue  Object
The new value.
changeMode  CAEXElementChangeMode
The change mode.
See Also