RefreshItems() protected method

protected RefreshItems ( ) : void
return void
Example #1
0
 public void Remove(object value)
 {
     items.Remove(value);
     owner.RefreshItems();
 }