WinRTXamlToolkit.Debugging.ViewModels.BasePropertyViewModel.Refresh C# (CSharp) Method

Refresh() public method

public Refresh ( ) : void
return void
        public void Refresh()
        {
            this.OnPropertyChanged(nameof(this.Value));
            this.OnPropertyChanged(nameof(this.ValueString));
            this.OnPropertyChanged(nameof(this.IsDefault));
        }