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