Skip to main content
Version: 3.5

DataGridViewDataUpdatedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the DataUpdated event.

public class DataGridViewDataUpdatedEventArgs : EventArgs

Constructors

Instance memberDataGridViewDataUpdatedEventArgs(firstRow, lastRow)

Initializes a new instance of the DataGridViewDataUpdatedEventArgs class.

NameTypeDescription
firstRowInt32The index of the first row that has been updated on the client.
lastRowInt32The index of the last row that has been updated on the client.

Properties

Instance memberFirstRow

Int32: The index of the first DataGridViewRow that has been loaded on the client.

Instance memberLastRow

Int32: The index of the last DataGridViewRow that has been loaded on the client.

Used By

NameDescription
DataGridViewDataUpdatedEventHandlerRepresents the method that will handle the DataUpdated event of a DataGridView.