UpdateValuesFromSource() public abstract method

public abstract UpdateValuesFromSource ( ) : void
return void
Exemplo n.º 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();
     }
 }
Exemplo n.º 2
0
 /// <summary>
 /// Updates all property values in the PropertyGrid with the data from the SelectedObject
 /// </summary>
 public void Update()
 {
     _containerHelper.UpdateValuesFromSource();
 }