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();
 }