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

    ObjectSpaceModificationEventArgs Constructors

    Provides data for the ModifiedChanging event.
    Name Parameters Description
    ObjectSpaceModificationEventArgs(Boolean, ObjectChangedEventArgs) cancel, args Initializes a new instance of the ObjectSpaceModificationEventArgs class with the specified settings.
    ObjectSpaceModificationEventArgs(Boolean, Object, IMemberInfo, Object, Object) cancel, obj, memberInfo, oldValue, newValue Initializes a new instance of the ObjectSpaceModificationEventArgs class with specified settings.
    See Also