PropertyChangedEventArgs
The PropertyChangedEventArgs
class extends BaseEventArgs and represents event arguments for property value changes.
Properties
Name | Description |
---|---|
OldValue | The previous value of the property. |
ResponseParameters | The response parameters associated with the event. |
NewValue | The new value of the property. |
Name | The name of the property that changed. |
Constructors
Name | Description |
---|---|
PropertyChangedEventArgs() | Initializes a new instance of the PropertyChangedEventArgs class. |
Generic Types
Name | Description |
---|---|
T | Generic type of value properties. |