Click or drag to resize

UpdateEventArgs(XElement, XObject) 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
)

Parameters

referencedElement  XElement
The referenced element.
reference  XObject
The reference.
See Also