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

C1.Silverlight.DataGrid.5 アセンブリ > C1.Silverlight.DataGrid 名前空間 > C1DataGrid クラス : LoadedCellPresenter イベント
セルのビジュアル要素がビジュアルツリーに追加され、操作可能になった後に発生します。
シンタックス
'宣言
 
Public Event LoadedCellPresenter As System.EventHandler(Of DataGridCellEventArgs)
public event System.EventHandler<DataGridCellEventArgs> LoadedCellPresenter
イベント データ

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

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