DataGridViewCellPaintEventArgs
Wisej.Web.DataGridViewCellPaintEventArgs
Last updated
Wisej.Web.DataGridViewCellPaintEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for CellPaint event.
Initializes a new instance of the DataGridViewCellPaintEventArgs class.
Name | Type | Description |
---|---|---|
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 | The Graphics used to paint the item. | |
clipRect | The Rectangle that represents the rectangle in which to paint. |
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.
Name | Description |
---|---|
Represents the method that will handle CellPaint events. |