corelibraries-devexpress-dot-xtrascheduler-0f4bae78.md
Provides data for the persistent object events of the SchedulerStorage.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.dll
NuGet Package : DevExpress.Scheduler.Core
public class PersistentObjectEventArgs :
EventArgs
Public Class PersistentObjectEventArgs
Inherits EventArgs
PersistentObjectEventArgs is the data class for the following events:
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.
Object EventArgs PersistentObjectEventArgs PersistentObjectCancelEventArgs
See Also