Wisej.Web.DataGridViewDataUpdatedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Provides data for the DataUpdated event.
public class DataGridViewDataUpdatedEventArgs : EventArgsPublic Class DataGridViewDataUpdatedEventArgs
Inherits EventArgsInitializes a new instance of the class.
: The index of the first that has been loaded on the client.
: The index of the last that has been loaded on the client.
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.
Represents the method that will handle the DataUpdated event of a DataGridView.