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

XPObjectSpace.RaiseObjectPropertyChanged(Object, String) Method

This method is intended for internal use.

Namespace: DevExpress.ExpressApp.Xpo

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

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