Skip to main content
A newer version of this page is available. .

PersistentObjectsEventArgs(IList) Constructor

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

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.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