Wisej.Web.DataGridViewDataReadEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the DataRead event.
Initializes a new instance of the DataGridViewDataReadEventArgs class.
Name | Type | Description |
---|---|---|
Int32: Returns the index of the first row requested by the grid.
Int32: Returns the index of the last row requested by the grid.
Name | Description |
---|---|
Represents the method that will handle the DataRead event.
firstIndex
Index of the first row.
lastIndex
Index of the last row.