Skip to main content

PersistentObjectsEventArgs.Objects Property

Gets the persistent objects for which the event was raised.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v14.2.Core.dll

#Declaration

public IList Objects { get; }

#Property Value

Type Description
IList

A IList object specifying the collection of persistent objects for which the event was raised.

See Also