Blazor コントロール
ItemLoaded イベント (C1CacheDataCollection<T>)

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > C1CacheDataCollection<T> クラス : ItemLoaded イベント
Occurs when an item is added to the cache.
シンタックス
'宣言
 
Public Event ItemLoaded As System.EventHandler(Of CacheDataCollectionItemEventArgs(Of T))
public event System.EventHandler<CacheDataCollectionItemEventArgs<T>> ItemLoaded
イベント データ

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

プロパティ解説
Gets the index of the item.  
Gets the item.  
参照