 | CAEXElementChangeEventArgs(XElement, XElement, CAEXDocument, XAttribute, String, Object, Object, CAEXElementChangeMode) Constructor |
Constructs arguments for an element's attribute changing event
Namespace: Aml.Engine.CAEX.CommandsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic CAEXElementChangeEventArgs(
XElement caexElement,
XElement caexParent,
CAEXDocument document,
XAttribute attribute,
string attributeName,
Object oldValue,
Object newValue,
CAEXElementChangeMode changeMode
)
Public Sub New (
caexElement As XElement,
caexParent As XElement,
document As CAEXDocument,
attribute As XAttribute,
attributeName As String,
oldValue As Object,
newValue As Object,
changeMode As CAEXElementChangeMode
)
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