Click or drag to resize

UpdateEventArgs Class

Event arguments used to inform about update events in the IAutoUpdate service.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Aml.Engine.Services.InterfacesUpdateEventArgs

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public class UpdateEventArgs : EventArgs

The UpdateEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodUpdateEventArgs(XElement, XObject) Initializes a new instance of the UpdateEventArgs class.
Public methodUpdateEventArgs(XElement, XObject, String) Initializes a new instance of the UpdateEventArgs class.
Top
Properties
 NameDescription
Public propertyReference Gets the updated reference.
Public propertyReferencedElement Gets the referenced element which is triggered by the update
Public propertyUpdateValue Gets the updated new value (used in changing event notifications, if the reference has not updated).
Top
See Also