ChangeEventArgs(Object, Object) Constructor
Initializes a new instance of the ChangeEventArgs class.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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