DataGridViewDataReadEventArgs
Wisej.Web.DataGridViewDataReadEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Provides data for the DataRead event.
public class DataGridViewDataReadEventArgs : EventArgs
Constructors
DataGridViewDataReadEventArgs(firstIndex, lastIndex)

Initializes a new instance of the DataGridViewDataReadEventArgs class.
Properties
FirstIndex

Int32: Returns the index of the first row requested by the grid.
LastIndex

Int32: Returns the index of the last row requested by the grid.
Used By
Name
Description
Represents the method that will handle the DataRead event.
Last updated
Was this helpful?