Click or drag to resize

UpdateEventArgs(XElement, XObject, String) Constructor

Initializes a new instance of the UpdateEventArgs class.

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public UpdateEventArgs(
	XElement referencedElement,
	XObject reference,
	string newValue
)

Parameters

referencedElement  XElement
The referenced element.
reference  XObject
The reference.
newValue  String
The updated new value for the reference
See Also