DataGridViewCellValueEventHandler

Wisej.Web.DataGridViewCellValueEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.1.0.0)

Represents the method that will handle the CellValueNeeded event or CellValuePushed event of a DataGridView.

public delegate void DataGridViewCellValueEventHandler(Object sender, DataGridViewCellValueEventArgs e)

Parameters

Name
Type
Description

sender

The source of the event.

Fired By

Name
Description

Fired when the VirtualMode property of the DataGridView control is true and the DataGridView requires a value for a cell in order to format and display the cell.

Fired when the VirtualMode property of the DataGridView control is true and a cell value has changed and requires storage in the underlying data source.

Last updated