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

C1.Silverlight.DataGrid.5 アセンブリ > C1.Silverlight.DataGrid 名前空間 > C1DataGrid クラス : CommittedRowEdit イベント
行の編集がコミットされた後で発生します。
シンタックス
'宣言
 
Public Event CommittedRowEdit As System.EventHandler(Of DataGridRowEventArgs)
public event System.EventHandler<DataGridRowEventArgs> CommittedRowEdit
イベント データ

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

プロパティ解説
行を取得します。  
参照