Skip to main content
Version: 4.1

DataGridViewDataReadEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the DataRead event.

public class DataGridViewDataReadEventArgs : EventArgs

Constructors

Instance member DataGridViewDataReadEventArgs(firstIndex, lastIndex)

Initializes a new instance of the DataGridViewDataReadEventArgs class.

NameTypeDescription
firstIndexInt32Index of the first row.
lastIndexInt32Index of the last row.

Properties

Instance member FirstIndex

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

Instance member LastIndex

Int32: Returns the index of the last row requested by the grid.

Used By

NameDescription
DataGridViewDataReadEventHandlerRepresents the method that will handle the DataRead event.