WinRTXamlToolkit.Debugging.ViewModels.BasePropertyViewModel.Refresh C# (CSharp) Метод

Refresh() публичный Метод

public Refresh ( ) : void
Результат void
        public void Refresh()
        {
            this.OnPropertyChanged(nameof(this.Value));
            this.OnPropertyChanged(nameof(this.ValueString));
            this.OnPropertyChanged(nameof(this.IsDefault));
        }