Click or drag to resize

DataAttributeChangeEventArgs Class

Arguments for data attribute change events
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Aloe.SystemFrameworks.DomainDataAttributeChangeEventArgs

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public class DataAttributeChangeEventArgs : EventArgs

The DataAttributeChangeEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodDataAttributeChangeEventArgs
Create new DataAttributeChangeEventArgs
Top
Properties
  NameDescription
Public propertyAttribute
The attribute being changed
Public propertyChangedEvent
Gets the changed business event.
Public propertyChangingEvent
Gets the changing business event.
Public propertyNewValue
The new value which will be or was set
Public propertyObject
The domain object which contains the changed attribute
Public propertyOldValue
Gets the old value of the attribute, before the change.
Top
See Also