Skip to main content

PersistentObjectsEventArgs(IList) Constructor

Initializes a new instance of the PersistentObjectsEventArgs class with the specified IList object.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public PersistentObjectsEventArgs(
    IList objects
)

Parameters

Name Type Description
objects IList

A IList object which will contain the event’s persistent objects. This value is assigned to the PersistentObjectsEventArgs.Objects property.

See Also