[This is preliminary documentation and is subject to change.]

Represents data type that reports change of values of its members

The IReportsChange..::..ValueChangedEventArgs<(Of <(<'T>)>)> type exposes the following members.

Constructors

Properties

  NameDescription
Public propertyNewValue
Current value of item (after chenge)
Public propertyOldValue
Value of item before change
Public propertyProp
Public propertyPropertyName
Gets the name of the property that changed.
(Inherited from IReportsChange..::..ValueChangedEventArgsBase.)
Public propertyValueName
Gets name of changed value
(Inherited from IReportsChange..::..ValueChangedEventArgsBase.)

See Also