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));
        }