Skip to main content
.NET 6.0+

XPObjectSpace.RaiseObjectPropertyChanged(Object, String) Method

This method is intended for internal use.

Namespace: DevExpress.ExpressApp.Xpo

Assembly: DevExpress.ExpressApp.Xpo.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Xpo

Declaration

public void RaiseObjectPropertyChanged(
    object obj,
    string propertyName
)

Parameters

Name Type Description
obj Object

An object whose property has been changed.

propertyName String

A string that is the name of the property that has been changed.

See Also