UpdateValuesFromSource() публичный абстрактный Метод

public abstract UpdateValuesFromSource ( ) : void
Результат void
Пример #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();
     }
 }
Пример #2
0
 /// <summary>
 /// Updates all property values in the PropertyGrid with the data from the SelectedObject
 /// </summary>
 public void Update()
 {
     _containerHelper.UpdateValuesFromSource();
 }