C1ItemsChangedEventArgs Class Members
In This Topic
The following tables list the members exposed by C1ItemsChangedEventArgs.
Public Constructors
Public Properties
| Name | Description |
 | Action | Gets the action that occurred on the items collection. |
 | ItemCount | ets the number of items that were involved in the change. |
 | ItemUICount | Gets the number of UI elements involved in the change. |
 | OldPosition | Gets the position in the collection before the change occurred. |
 | Position | Gets the position in the collection where the change occurred. |
Top
See Also