DataGridViewCellValueEventHandler
Wisej.Web.DataGridViewCellValueEventHandler
Last updated
Wisej.Web.DataGridViewCellValueEventHandler
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the method that will handle the CellValueNeeded event or CellValuePushed event of a DataGridView.
sender
The source of the event.
e
A that contains the event data.
Fired when the property of the control is true and the requires a value for a cell in order to format and display the cell.
Fired when the property of the control is true and a cell value has changed and requires storage in the underlying data source.