LoadItemsEventArgs.ItemIndex プロパティ

定義

呼び出されたイベントによって読み込まれる最初の項目のインデックスを取得します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。

public:
 property int ItemIndex { int get(); };
public int ItemIndex { get; }
member this.ItemIndex : int
Public ReadOnly Property ItemIndex As Integer

プロパティ値

呼び出されたイベントによって読み込まれる最初の項目のインデックス。

適用対象

こちらもご覧ください