Skip to main content
.NET 6.0+

ObjectChangeEventArgs.PropertyName Property

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.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