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

ObjectsManipulationEventArgs.Objects Property

Gets the collection of persistent objects that are currently being processed.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public ICollection Objects { get; }

Property Value

Type Description
ICollection

The collection of persistent objects involved in processing.

See Also