mscorlib(4.0.0.0) API with additions
CollectionChangeAction.cs
1 namespace System.ComponentModel
2 {
5  {
7  Add = 1,
9  Remove,
11  Refresh
12  }
13 }
CollectionChangeAction
Specifies how the collection is changed.
Specifies that the entire collection has changed. This is caused by using methods that manipulate the...
The Add key (the addition key on the numeric keypad).