Skip to main content
A newer version of this page is available. .

ChangeEventArgs.NewValue Property

Gets an object which represents the new value of the property whose change triggered the event.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public object NewValue { get; }

Property Value

Type Description
Object

An object of the Object class.

See Also