Skip to main content

PersistentObjectEventArgs Class

Provides data for the persistent object events of the SchedulerStorage.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

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