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。

適用於