Catel.MVVM.ViewModelBase.RecoverFromTombstoneState C# (CSharp) Method

RecoverFromTombstoneState() protected method

Recovers the state from tombstoning. This method will be called when the TombstoningMode is set to TombstoningMode.Manual.
protected RecoverFromTombstoneState ( object>.IDictionary state ) : void
state object>.IDictionary The source state to recover values from.
return void
        protected virtual void RecoverFromTombstoneState(IDictionary<string, object> state)
        {
        }