Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ObjectSpaceModificationEventArgs(Boolean, ObjectChangedEventArgs) Constructor

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.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