PersistentObjectStorageReloadEventArgs(Boolean) Constructor
In This Article
Initializes a new instance of the PersistentObjectStorageReloadEventArgs class with specified settings.
Namespace: DevExpress.XtraScheduler.Native
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
keep |
Boolean | true to keep non-persistent information on reloading; otherwise, false. |
#Remarks
For internal use only.
See Also