DependencyPropertyChangedEventArgs.NewValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the value of the dependency property after the reported change.
public:
property Platform::Object ^ NewValue { Platform::Object ^ get(); };
IInspectable NewValue();
public object NewValue { get; }
var object = dependencyPropertyChangedEventArgs.newValue;
Public ReadOnly Property NewValue As Object
Property Value
The dependency property value after the change.