FormViewPageEventArgs.FormViewPageEventArgs Constructor
.NET Framework 3.0
Initializes a new instance of the FormViewPageEventArgs class.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Use this constructor to initialize a new instance of the FormViewPageEventArgs class.
The following table shows the initial property value for an instance of FormViewPageEventArgs.
| Property | Initial value |
|---|---|
| The value of the newPageIndex parameter. |
Note: |
|---|
| This constructor is used primarily by control developers when raising events. |
Community Additions
ADD
Show:
Note: