ComponentOne DataGrid for WPF and Silverlight
RemovedItems Property (C1CollectionChangedEventArgs)

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

Reference

C1CollectionChangedEventArgs Class
C1CollectionChangedEventArgs Members