DataGridViewDataUpdatedEventArgs
Wisej.Web.DataGridViewDataUpdatedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the DataUpdated event.
public class DataGridViewDataUpdatedEventArgs : EventArgs
Constructors
DataGridViewDataUpdatedEventArgs(firstRow, lastRow)

Initializes a new instance of the DataGridViewDataUpdatedEventArgs class.
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
Represents the method that will handle the DataLoaded event of a DataGridView.
Last updated
Was this helpful?