Skip to main content
All docs
V25.1
  • .NET Framework 4.6.2+

    ObjectSpaceModificationEventArgs(Boolean, ObjectChangedEventArgs) Constructor

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

    Namespace: DevExpress.ExpressApp

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