DataGrid for WPF/Silverlight
SettingCellValue イベント (DataGridTemplateColumn)

C1.WPF.DataGrid.4.5.2 アセンブリ > C1.WPF.DataGrid 名前空間 > DataGridTemplateColumn クラス : SettingCellValue イベント
クリップボードからの貼り付けなどの操作によってセルの値が設定されようとしているときに発生します。
シンタックス
'宣言
 
Public Event SettingCellValue As System.EventHandler(Of DataGridSettingCellValueEventArgs)
public event System.EventHandler<DataGridSettingCellValueEventArgs> SettingCellValue
イベント データ

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

プロパティ解説
行を取得します。 C1.WPF.DataGrid.DataGridRowEventArgsから継承されます。
この列と指定された行のセルに設定されようとしているオブジェクトを取得します。  
参照