AmazedSaint.Elastic.ElasticExpandoObject.OnPropertyChanged C# (CSharp) 메소드

OnPropertyChanged() 개인적인 메소드

private OnPropertyChanged ( string prop ) : void
prop string
리턴 void
        void OnPropertyChanged(string prop)
        {
            if (PropertyChanged != null) PropertyChanged(this, new PropertyChangedEventArgs(prop));
        }