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

PrepareForTombstoneState() protected method

Prepares the state for tombstoning. This method will be called when the TombstoningMode is set to TombstoningMode.Manual.
protected PrepareForTombstoneState ( object>.IDictionary state ) : void
state object>.IDictionary The target state which can be used to store values.
return void
        protected virtual void PrepareForTombstoneState(IDictionary<string, object> state)
        {
        }