バージョン

DataItemsCollectionPopulating イベント

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

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

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