Skip to main content

PersistentObjectStorage<T>.RaiseReload(Boolean) Method

In This Article

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.v24.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

#Declaration

public virtual void RaiseReload(
    bool keepNonPersistentInformation
)

#Parameters

Name Type
keepNonPersistentInformation Boolean
See Also