DataGridViewDataUpdatedEventArgs
Wisej.Web.DataGridViewDataUpdatedEventArgs
Last updated
Wisej.Web.DataGridViewDataUpdatedEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the DataUpdated event.
Initializes a new instance of the DataGridViewDataUpdatedEventArgs class.
Name | Type | Description |
---|---|---|
firstRow | The index of the first row that has been updated on the client. | |
lastRow | The index of the last row that has been updated on the client. |
Int32: The index of the first DataGridViewRow that has been loaded on the client.
Int32: The index of the last DataGridViewRow that has been loaded on the client.
Name | Description |
---|---|
Represents the method that will handle the DataLoaded event of a DataGridView. |