Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public object NewValue { get; }

Property Value

Type Description
Object

An object of the Object class.

See Also