ObjectSpaceModificationEventArgs(Boolean, ObjectChangedEventArgs) Constructor
Initializes a new instance of the ObjectSpaceModificationEventArgs class with the specified settings.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
cancel | Boolean | true if the IsModified property change should be canceled; otherwise, false. |
args | ObjectChangedEventArgs | An ObjectChangedEventArgs object that contains information about a modified object. |
See Also