ChoosingItemContainerEventArgs.ItemIndex 屬性

定義

取得正在選取容器之資料項目之 ItemsSource 中的索引。

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

屬性值

Int32

int

要選取容器之資料項目之 ItemsSource 中的索引。

適用於