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

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