ObjectChangedEventArgs(Object, String, Object, Object) Constructor
Creates and initializes a new instance of the ObjectChangedEventArgs class.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
obj | Object | The object whose property value has been changed. This parameter value is used to initialize the Object |
property |
String | A string containing the name of a property whose value has been changed. This parameter value is used to initialize the Object |
old |
Object | The old value of a changed property. This parameter value is used to initialize the Object |
new |
Object | The new value of a changed property. This parameter value is used to initialize the Object |