System.Windows.Forms.DataGridView.CellValuePushed Event

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

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
public event DataGridViewCellValueEventHandler CellValuePushed

Remarks

Use this event in virtual mode to update a custom data store with user-specified data. Handle the DataGridView.CellValueNeeded event to retrieve values from the data store for display in the control.

For more information about virtual mode, see Virtual Mode in the Windows Forms DataGridView Control.

For more information about handling events, see Consuming Events.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0