RoutedPropertyChangedEventArgs(Of T) Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The RoutedPropertyChangedEventArgs(Of T) type exposes the following members.
| Name | Description | |
|---|---|---|
|
NewValue | Gets the new value of a property as reported by a property-changed event. |
|
OldValue | Gets the previous value of the property as reported by a property-changed event. |
|
OriginalSource | Gets a reference to the object that raised the event. (Inherited from RoutedEventArgs.) |
Show: