BaseObjectWithNotifyPropertyChanged Class
A base persistent class that implements INotifyPropertyChanging and INotifyPropertyChangedfrom interfaces. You can inherit your business classes from this class.
Namespace: DevExpress.Persistent.BaseImpl.EF
Assembly: DevExpress.Persistent.BaseImpl.EFCore.v25.2.dll
NuGet Package: DevExpress.Persistent.BaseImpl.EFCore
Declaration
public abstract class BaseObjectWithNotifyPropertyChanged :
BaseObject,
INotifyPropertyChanging,
INotifyPropertyChanged
Inheritance
Object
BaseObject
BaseObjectWithNotifyPropertyChanged
See Also