Skip to main content

PropertyChangedEventArgs

The PropertyChangedEventArgs class extends BaseEventArgs and represents event arguments for property value changes.

Properties

NameDescription
NewValueThe new value of the property.
NameThe name of the property that changed.
OldValueThe previous value of the property.
ResponseParametersThe response parameters associated with the event.

Constructors

NameDescription
PropertyChangedEventArgs()Initializes a new instance of the PropertyChangedEventArgs class.

Generic Types

NameDescription
TGeneric type of value properties.