Skip to main content
A newer version of this page is available. .

PersistentObjectStorage<T>.RaiseReload(Boolean) Method

Raises the internal Reload event. This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

public virtual void RaiseReload(
    bool keepNonPersistentInformation
)

Parameters

Name Type
keepNonPersistentInformation Boolean
See Also