DataGridViewCellCommandEventArgs

Wisej.Web.DataGridViewCellCommandEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the CellCommandNeeded event of the DataGridView control.

public class DataGridViewCellCommandEventArgs : EventArgs

Constructors

Initializes a new instance of the DataGridViewCellValueEventArgs class.

NameTypeDescription

columnIndex

The index of the column containing the cell that the event occurs for.

rowIndex

The index of the row containing the cell that the event occurs for.

command

The current command or null.

Throws:

Properties

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

ICommand: Returns or sets the command of the cell that the event occurs for.

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

Used By

NameDescription

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

Last updated