Skip to main content
Version: 3.5

DataGridViewDataReadEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the DataRead event.

public class DataGridViewDataReadEventArgs : EventArgs

Constructors

Instance memberDataGridViewDataReadEventArgs(firstIndex, lastIndex)

Initializes a new instance of the DataGridViewDataReadEventArgs class.

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

Properties

Instance memberFirstIndex

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

Instance memberLastIndex

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

Used By

NameDescription
DataGridViewDataReadEventHandlerRepresents the method that will handle the DataRead event.