All pages
Powered by GitBook
1 of 1

Loading...

DataGridViewDataUpdatedEventArgs

Wisej.Web.DataGridViewDataUpdatedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.0.0.0)

Provides data for the DataUpdated event.

public class DataGridViewDataUpdatedEventArgs : EventArgs
Public Class DataGridViewDataUpdatedEventArgs
    Inherits EventArgs

Constructors

DataGridViewDataUpdatedEventArgs(firstRow, lastRow)

Initializes a new instance of the class.

Name
Type
Description

Properties

FirstRow

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

LastRow

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

Used By

Name
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.

DataGridViewDataUpdatedEventHandler

Represents the method that will handle the DataUpdated event of a DataGridView.

DataGridViewDataUpdatedEventArgs
Int32
DataGridViewRow
Int32
DataGridViewRow