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.v18.2.Core.dll

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