'宣言 Public Function New( _ ByVal startIndex As System.Integer, _ ByVal count As System.Integer _ )
'使用法 Dim startIndex As System.Integer Dim count As System.Integer Dim instance As New PagesLoadedEventArgs(startIndex, count)
public PagesLoadedEventArgs( System.int startIndex, System.int count )
パラメータ
- startIndex
- 0-based start page index.
- count
- The number of loaded pages.