ArtOfWords.ViewModels.Satelite.StoryFrameSatelite.StoryFrameSateliteViewModel.NotifyChangedAll C# (CSharp) Method

NotifyChangedAll() private method

private NotifyChangedAll ( ) : void
return void
        private void NotifyChangedAll()
        {
            OnPropertyChanged("Name");
            OnPropertyChanged("Place");
            OnPropertyChanged("StartDateTime");
            OnPropertyChanged("EndDateTime");
            OnPropertyChanged("CharacterList");
            OnPropertyChanged("ItemList");
            OnPropertyChanged("Remarks");
        }