DataGridViewCellPaintEventArgs
Wisej.Web.DataGridViewCellPaintEventArgs
Last updated
Wisej.Web.DataGridViewCellPaintEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for CellPaint event.
Initializes a new instance of the DataGridViewCellPaintEventArgs class.
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.
graphics
clipRect
Throws:
ArgumentOutOfRangeException columnIndex is less than -1, or rowIndex is less than -1.
Int32: Returns a value indicating the column index of the cell that the event occurs for.
Int32: Returns a value indicating the row index of the cell that the event occurs for.
The used to paint the item.
The that represents the rectangle in which to paint.
Represents the method that will handle events.