DataGridViewRowEventArgs

Wisej.Web.DataGridViewRowEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for row-related DataGridView events.

public class DataGridViewRowEventArgs : EventArgs

Constructors

DataGridViewRowEventArgs(dataGrid, rowIndex)

Initializes a new instance of the DataGridViewRowEventArgs class.

NameTypeDescription

dataGrid

DataGridView that owns the row.

rowIndex

The index of the DataGridViewRow that the event occurred for.

Throws:

DataGridViewRowEventArgs(row)

Initializes a new instance of the DataGridViewRowEventArgs class.

NameTypeDescription

row

The DataGridViewRow that the event occurred for.

Throws:

Properties

Row

DataGridViewRow: Returns the DataGridViewRow associated with the event.

RowIndex

Int32: Returns a value indicating the row index of the cell that the event occurs for.

Used By

NameDescription

Represents the method that will handle row-related events of a DataGridView.

Last updated