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));
        }