Catel.Phone.Controls.PhoneApplicationPage.OnViewModelChanged C# (CSharp) Method

OnViewModelChanged() protected method

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
return void
        protected virtual void OnViewModelChanged()
        {
        }
#endregion