Click or drag to resize

PropertyChangedEventArgsT Properties

The PropertyChangedEventArgsT generic type exposes the following members.

Properties
  NameDescription
Public propertyNewValue
Gets the new (current) value of the property.
Public propertyOldValue
Gets the old (previous) value of the property.
Public propertyPropertyName
Gets the name of the property that changed.
(Inherited from PropertyChangedEventArgs.)
Top
See Also