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.v19.1.Core.dll

Declaration

public virtual void RaiseReload(
    bool keepNonPersistentInformation
)

Parameters

Name Type
keepNonPersistentInformation Boolean
See Also