Skip to main content
.NET 8.0+

ObjectChangeEventArgs.PropertyName Property

Gets the name of the property affected by the changes made.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

NuGet Package: DevExpress.Xpo

#Declaration

public string PropertyName { get; }

#Property Value

Type Description
String

The name of the property affected by the changes.

See Also