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

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

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

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