Example #1
0
 protected override void OnInsert(int index, object value)
 {
     owner.Add(value);
 }
Example #2
0
 // Detect when an item is inserted.
 protected override void OnInsert(int index, Object value)
 {
     perm.Add((PerformanceCounterPermissionEntry)value);
 }