DataGridViewDataReadEventArgs
Wisej.Web.DataGridViewDataReadEventArgs
Last updated
Was this helpful?
Wisej.Web.DataGridViewDataReadEventArgs
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the event.
Initializes a new instance of the class.
firstIndex
Index of the first row.
lastIndex
Index of the last row.
: Returns the index of the first row requested by the grid.
: Returns the index of the last row requested by the grid.
Represents the method that will handle the event.