Amoeba.Windows.InformationControl.AmoebaInfomationListViewModel.NotifyPropertyChanged C# (CSharp) 메소드

NotifyPropertyChanged() 개인적인 메소드

private NotifyPropertyChanged ( string info ) : void
info string
리턴 void
            private void NotifyPropertyChanged(string info)
            {
                this.PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(info));
            }