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

ChangeEventArgs(Object, Object) Constructor

Initializes a new instance of the ChangeEventArgs class.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public ChangeEventArgs(
    object oldValue,
    object newValue
)

Parameters

Name Type Description
oldValue Object

An object representing the old value of the property whose change triggered the event.

newValue Object

An object representing the new value of the property whose change triggered the event.

See Also