DataGrid for WPF/Silverlight
RemovedItems プロパティ (C1CollectionChangedEventArgs)

C1.Silverlight.DataGrid.5 アセンブリ > C1.Silverlight.DataGrid 名前空間 > C1CollectionChangedEventArgs クラス : RemovedItems プロパティ
Remove 操作の影響を受ける項目を取得します。
シンタックス
'宣言
 
Public Property RemovedItems As System.Collections.Generic.KeyValuePair(Of Integer,Object)()
public System.Collections.Generic.KeyValuePair<int,object>[] RemovedItems {get; set;}
解説
削除された項目は、KeyValuePair[int,object] によって表されます。ここで、キーは削除された項目のインデックスであり、値はデータ項目それ自体です。
参照

C1CollectionChangedEventArgs クラス
C1CollectionChangedEventArgs メンバ