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

BaseObjectSpace.ModifiedChanged Event

Occurs when the current Object Space’s BaseObjectSpace.IsModified state is changed.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

#Event Data

The ModifiedChanged event's data class is EventArgs.

#Remarks

An Object Space is considered modified when at least one persistent object belonging to it is changed (created, modified or deleted). This state is in effect until the BaseObjectSpace.CommitChanges method is called. The BaseObjectSpace.IsModified property specifies whether the Object Space is modified. After its value is changed, the ModifiedChanged event is raised. Handle this event to execute custom code.

#Implements

See Also