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

C1.Silverlight.DataGrid.5 アセンブリ > C1.Silverlight.DataGrid 名前空間 > C1DataGrid クラス : UnloadedCellPresenter イベント
セルプレゼンタがアンロードされるときに発生します。
シンタックス
'宣言
 
Public Event UnloadedCellPresenter As System.EventHandler(Of DataGridCellEventArgs)
public event System.EventHandler<DataGridCellEventArgs> UnloadedCellPresenter
イベント データ

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

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