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

PersistentObjectEventArgs(IPersistentObject) Constructor

Initializes a new instance of the PersistentObjectEventArgs class with the specified settings.

Namespace: DevExpress.XtraScheduler

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

Declaration

public PersistentObjectEventArgs(
    IPersistentObject obj
)

Parameters

Name Type Description
obj IPersistentObject

A IPersistentObject value which is the event’s persistent object. This value is assigned to the PersistentObjectEventArgs.Object property.

See Also