NotifyPropertyDefinitionsCollectionChanged() public method

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