Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ObjectSpaceModificationEventArgs Properties
Show Inherited Hide Inherited

Provides data for the ModifiedChanging event.
Name Description
Cancel Specifies whether the IsModified property change must be canceled.
MemberInfo Specifies an object that is information on the property whose value has been changed. Inherited from ObjectChangedEventArgs.
NewValue Specifies the new value of a changed property. Inherited from ObjectChangedEventArgs.
Object Provides access to the object that is being manipulated. Inherited from ObjectManipulatingEventArgs.
OldValue Specifies the old value of a changed property. Inherited from ObjectChangedEventArgs.
PropertyName Specifies the name of a property whose value has been changed. Returns null (Nothing in VB) if it is impossible to determine what property causes the change. Inherited from ObjectChangedEventArgs.
See Also