DataGridViewDataUpdatedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the DataUpdated event.
- C#
- VB.NET
public class DataGridViewDataUpdatedEventArgs : EventArgs
Public Class DataGridViewDataUpdatedEventArgs
Inherits EventArgs
Constructors
DataGridViewDataUpdatedEventArgs(firstRow, lastRow)
Initializes a new instance of the DataGridViewDataUpdatedEventArgs class.
| Name | Type | Description |
|---|---|---|
| firstRow | Int32 | The index of the first row that has been updated on the client. |
| lastRow | Int32 | The index of the last row that has been updated on the client. |
Properties
FirstRow
Int32: The index of the first DataGridViewRow that has been loaded on the client.
LastRow
Int32: The index of the last DataGridViewRow that has been loaded on the client.
Used By
| Name | Description |
|---|---|
| DataGridViewDataUpdatedEventHandler | Represents the method that will handle the DataUpdated event of a DataGridView. |