Amoeba.Windows.ChatTreeViewModel.Update C# (CSharp) Method

Update() public method

public Update ( ) : void
return void
        public void Update()
        {
            this.NotifyPropertyChanged(nameof(this.Name));
        }