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

PrepareForTombstoneStateInternal() private method

Prepares the state for tombstoning.
This method is implemented so the PhoneApplicationPage can call this method.
private PrepareForTombstoneStateInternal ( object>.IDictionary state ) : void
state object>.IDictionary The target state which can be used to store values.
return void
        internal void PrepareForTombstoneStateInternal(IDictionary<string, object> state)
        {
            PrepareForTombstoneState(state);
        }