DataGrid for WPF/Silverlight
RowsDeleted イベント (C1DataGrid)

C1.Silverlight.DataGrid.5 アセンブリ > C1.Silverlight.DataGrid 名前空間 > C1DataGrid クラス : RowsDeleted イベント
行が削除されると発生します。
シンタックス
'宣言
 
Public Event RowsDeleted As System.EventHandler(Of DataGridRowsDeletedEventArgs)
public event System.EventHandler<DataGridRowsDeletedEventArgs> RowsDeleted
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、DataGridRowsDeletedEventArgs 型の引数を受け取りました。次の DataGridRowsDeletedEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
削除された行を取得します。  
参照