DataGridViewRowEventArgs

Wisej.Web.DataGridViewRowEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

Provides data for row-related DataGridView events.

public class DataGridViewRowEventArgs : EventArgs

Constructors

Initializes a new instance of the DataGridViewRowEventArgs class.

Throws:

Initializes a new instance of the DataGridViewRowEventArgs class.

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

Last updated