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

PersistentObjectCancelEventArgs(IPersistentObject) Constructor

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

public PersistentObjectCancelEventArgs(
    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