This documentation is archived and is not being maintained.
DependencyPropertyChangedEventArgs Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The DependencyPropertyChangedEventArgs type exposes the following members.
|
| Name | Description |
|---|
|
NewValue
|
Gets the value of the property after the change.
|
|
OldValue
|
Gets the value of the property before the change.
|
|
Property
|
Gets the identifier for the dependency property where the value change occurred.
|
Top