Skip to main content
.NET 6.0+

ObjectChangeEventArgs.NewValue Property

Gets or sets the property’s new value.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public object NewValue { get; set; }

Property Value

Type Description
Object

The property’s new value.

See Also