NotifyPropertyDefinitionsCollectionChanged() public méthode

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