'宣言 Public Function New( _ ByVal startIndex As System.Integer, _ ByVal count As System.Integer _ )
public PagesLoadedEventArgs( System.int startIndex, System.int count )
パラメータ
- startIndex
- 0 から始まる開始ページのインデックス。
- count
- ロードされるページ数。
'宣言 Public Function New( _ ByVal startIndex As System.Integer, _ ByVal count As System.Integer _ )
public PagesLoadedEventArgs( System.int startIndex, System.int count )