FormObjectSetPagingParamsChangedEvtArgs.newmethod Method
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.
Initializes a new instance of the ManagedEventArgs class.
protected:
void newmethod(bool _pagingEnabled, int _startRowIndex, int _pageSize);
protected void newmethod (bool _pagingEnabled, int _startRowIndex, int _pageSize);
override this.newmethod : bool * int * int -> unit
Protected Sub newmethod (_pagingEnabled As Boolean, _startRowIndex As Integer, _pageSize As Integer)
Parameters
- _pagingEnabled
- Boolean
- _startRowIndex
- Int32
- _pageSize
- Int32