NotifyPropertyDefinitionsCollectionChanged() public method

public NotifyPropertyDefinitionsCollectionChanged ( ) : void
return void
 private void OnPropertyDefinitionsCollectionChanged(object sender, NotifyCollectionChangedEventArgs e)
 {
     _containerHelper.NotifyPropertyDefinitionsCollectionChanged();
     if (this.IsLoaded)
     {
         this.UpdateContainerHelper();
     }
 }
Beispiel #2
0
 private void OnPropertyDefinitionsCollectionChanged(object sender, NotifyCollectionChangedEventArgs e)
 {
     _containerHelper.NotifyPropertyDefinitionsCollectionChanged();
 }