Click or drag to resize

DataAttributeChangeEventArgs Properties

The DataAttributeChangeEventArgs type exposes the following members.

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