NewValue Property
Collapse the table of content
Expand the table of content

RoutedPropertyChangedEventArgs<T>.NewValue Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the new value of a property as reported by a property-changed event.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)

public T NewValue { get; private set; }

Property Value

Type: T
The generic value. In a practical implementation of the RoutedPropertyChangedEventArgs<T>, the generic type of this property is replaced with the constrained type of the implementation.

The value and type constraint of this property are established by the RoutedPropertyChangedEventArgs<T> constructor's type arguments.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft