Skip to main content
.NET 6.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