Amoeba.Windows.TreeViewModelBase.NotifyPropertyChanged C# (CSharp) Метод

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

protected NotifyPropertyChanged ( string info ) : void
info string
Результат void
        protected void NotifyPropertyChanged(string info)
        {
            this.PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(info));
        }