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

PersistentObjectEventArgs Class

Provides data for the persistent object events of the SchedulerStorage.

Namespace: DevExpress.XtraScheduler

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

Declaration

public class PersistentObjectEventArgs :
    EventArgs

Remarks

The PersistentObjectEventArgs class introduces the PersistentObjectEventArgs.Object property that specifies the persistent object being processed in the event handler.

An instance of the PersistentObjectEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

See Also