'宣言 Public Event ItemSelectionChanging As EventHandler(Of ItemSelectionChangingEventArgs)
public event EventHandler<ItemSelectionChangingEventArgs> ItemSelectionChanging
イベント ハンドラが、このイベントに関連するデータを含む、ItemSelectionChangingEventArgs 型の引数を受け取りました。次の ItemSelectionChangingEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Cancel System.ComponentModel.CancelEventArgsから継承されます。 | |
SelectedItems | エンドユーザーによって選択された CarouselItem オブジェクトを表す UltraCarouselSelectedItemsCollection インスタンスを返します。 |