Catel.Android.App.Activity.OnViewModelChanged C# (CSharp) Méthode

OnViewModelChanged() protected méthode

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