バージョン

DataItemsCollectionPopulated イベント

CarouselItemsCollection オブジェクトにバインド データが設定された後に発生します。
シンタックス
'宣言
 
Public Event DataItemsCollectionPopulated As EventHandler(Of DataItemsCollectionPopulatedEventArgs)
public event EventHandler<DataItemsCollectionPopulatedEventArgs> DataItemsCollectionPopulated
イベント データ

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

プロパティ解説
Items Infragistics.Win.UltraWinCarousel.DataItemsCollectionEventArgsから継承されます。データソースから初期化される CarouselItemsCollection インスタンスを返します。
参照