UpdateValuesFromSource() public abstract méthode

public abstract UpdateValuesFromSource ( ) : void
Résultat void
Exemple #1
0
 /// <summary>
 /// Updates all property values in the PropertyGrid with the data from the SelectedObject
 /// </summary>
 public void Update()
 {
     if (_containerHelper != null)
     {
         _containerHelper.UpdateValuesFromSource();
     }
 }
 /// <summary>
 /// Updates all property values in the PropertyGrid with the data from the SelectedObject
 /// </summary>
 public void Update()
 {
     _containerHelper.UpdateValuesFromSource();
 }