DataGridViewCellValueEventArgs

Wisej.Web.DataGridViewCellValueEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the CellValueNeeded and CellValuePushed events of the DataGridView control.

public class DataGridViewCellValueEventArgs : EventArgs

Constructors

Initializes a new instance of the DataGridViewCellValueEventArgs class.

Throws:

Properties

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

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

Object: Returns or sets the value of the cell that the event occurs for.

Used By

Last updated