Share via


ContainerContentChangingEventArgs.ItemIndex プロパティ

定義

このコンテナーに関連付けられているデータ 項目の ItemsSource 内のインデックスを取得します。

public:
 property int ItemIndex { int get(); };
int ItemIndex();
public int ItemIndex { get; }
var int32 = containerContentChangingEventArgs.itemIndex;
Public ReadOnly Property ItemIndex As Integer

プロパティ値

Int32

int

このコンテナーに関連付けられているデータ 項目の ItemsSource 内のインデックス。 既定値は -1 です。

適用対象