Skip to main content

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

public T NewValue { get; }

#Property Value

Type Description
T

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

See Also