Wisej.Web.DataGridViewCellContextMenuNeededEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the CellContextMenuNeeded event.
Initializes a new instance of the DataGridViewCellContextMenuNeededEventArgs class.
columnIndex
The column index of cell that the event occurred for.
rowIndex
The row index of the cell that the event occurred for.
Initializes a new instance of the DataGridViewCellContextMenuNeededEventArgs class.
columnIndex
The column index of cell that the event occurred for.
rowIndex
The row index of the cell that the event occurred for.
x
The x-coordinate of the pointer relative to the cell.
y
The y-coordinate of the pointer relative to the cell.
ContextMenu: Returns or sets the context menu for the cell that raised the CellContextMenuNeeded event.
Represents the method that will handle a event of a .