DataGridViewDataReadEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the DataRead event.
- C#
- VB.NET
public class DataGridViewDataReadEventArgs : EventArgs
Public Class DataGridViewDataReadEventArgs
Inherits EventArgs
Constructors
DataGridViewDataReadEventArgs(firstIndex, lastIndex)
Initializes a new instance of the DataGridViewDataReadEventArgs class.
| Name | Type | Description |
|---|---|---|
| firstIndex | Int32 | Index of the first row. |
| lastIndex | Int32 | Index of the last row. |
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 |
|---|---|
| DataGridViewDataReadEventHandler | Represents the method that will handle the DataRead event. |