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