Catel.MVVM.ViewModelBase.PrepareForTombstoneState C# (CSharp) Метод

PrepareForTombstoneState() защищенный Метод

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.
Результат void
        protected virtual void PrepareForTombstoneState(IDictionary<string, object> state)
        {
        }