ComponentOne DataGrid for WPF and Silverlight
AddedItems Property (C1CollectionChangedEventArgs)

C1.Silverlight.DataGrid Namespace > C1CollectionChangedEventArgs Class : AddedItems Property
Gets the item affected by an Add operation.
Syntax
'Declaration
 
Public Property AddedItems As System.Collections.Generic.KeyValuePair(Of Integer,Object)()
public System.Collections.Generic.KeyValuePair<int,object>[] AddedItems {get; set;}
Remarks
The added items are represented by a KeyValuePair [int,object], where the key is the index where the item was added and the value is the data item itself.
See Also

Reference

C1CollectionChangedEventArgs Class
C1CollectionChangedEventArgs Members