Catel.Windows.Controls.Page.Page.OnViewModelChanged C# (CSharp) Метод

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

Called when the ViewModel has changed.
This method does not implement any logic and saves a developer from subscribing/unsubscribing to the ViewModelChanged event inside the same user control.
protected OnViewModelChanged ( ) : void
Результат void
        protected virtual void OnViewModelChanged()
        {
        }
        #endregion