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

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:

Initializes a new instance of the DataGridViewRowEventArgs class.

NameTypeDescription

row

The DataGridViewRow that the event occurred for.

Throws:

Properties

DataGridViewRow: Returns the DataGridViewRow associated with the event.

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