DataGridViewCellContextMenuNeededEventArgs
Wisej.Web.DataGridViewCellContextMenuNeededEventArgs
Last updated
Wisej.Web.DataGridViewCellContextMenuNeededEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the CellContextMenuNeeded event.
Initializes a new instance of the DataGridViewCellContextMenuNeededEventArgs class.
Name | Type | Description |
---|---|---|
Initializes a new instance of the DataGridViewCellContextMenuNeededEventArgs class.
Name | Type | Description |
---|---|---|
ContextMenu: Returns or sets the context menu for the cell that raised the CellContextMenuNeeded event.
Name | Description |
---|---|
Represents the method that will handle a CellContextMenuStripNeeded event of a DataGridView.
columnIndex
The column index of cell that the event occurred for.
rowIndex
The row index of the cell that the event occurred for.
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.