Skip to main content
Version: 3.5

DataGridViewCellCommandEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the method that will handle the CellCommandNeeded event of a DataGridView.

public delegate void DataGridViewCellCommandEventHandler(Object sender, DataGridViewCellCommandEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eDataGridViewCellCommandEventArgsA DataGridViewCellCommandEventArgs that contains the event data.

Fired By

NameDescription
DataGridView.CellCommandNeededFired when the VirtualMode property of the DataGridView control is true and the DataGridView requires a command for a cell in order to execute a user action.
DataGridView.CellCommandPushedFired when the VirtualMode property of the DataGridView control is true and a cell command has changed and requires storage in the underlying data source.