Skip to main content
.NET 6.0+

ObjectSpaceModificationEventArgs(Boolean, ObjectChangedEventArgs) Constructor

Initializes a new instance of the ObjectSpaceModificationEventArgs class with the specified settings.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public ObjectSpaceModificationEventArgs(
    bool cancel,
    ObjectChangedEventArgs args
)

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