ContainerContentChangingEventArgs.ItemIndex Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the index in the ItemsSource of the data item associated with this container.
public:
property int ItemIndex { int get(); };
int ItemIndex();
public int ItemIndex { get; }
var int32 = containerContentChangingEventArgs.itemIndex;
Public ReadOnly Property ItemIndex As Integer
Property Value
Int32
int
The index in the ItemsSource of the data item associated with this container. The default is -1.