Back to Devexpress

ValueChangedEventArgs<T>.NewValue Property

silverlight-devexpress-dot-xpf-dot-core-dot-valuechangedeventargs-1-581a99a3.md

latest935 B
Original Source

ValueChangedEventArgs<T>.NewValue Property

Gets an object that represents the new value of a specific property.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v14.2.dll

Declaration

csharp
public T NewValue { get; }
vb
Public ReadOnly Property NewValue As T

Property Value

TypeDescription
T

An object that represents the new value of a specific property.

|

See Also

ValueChangedEventArgs<T> Class

ValueChangedEventArgs<T> Members

DevExpress.Xpf.Core Namespace