DataGridViewCellPaintEventArgs
Wisej.Web.DataGridViewCellPaintEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for CellPaint event.
public class DataGridViewCellPaintEventArgs : PaintEventArgs
Constructors
DataGridViewCellPaintEventArgs(columnIndex, rowIndex, graphics, clipRect)

Initializes a new instance of the DataGridViewCellPaintEventArgs class.
Name
Type
Description
Throws:
ArgumentOutOfRangeException columnIndex is less than -1, or rowIndex is less than -1.
Properties
ColumnIndex

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

Int32: Returns a value indicating the row index of the cell that the event occurs for.
Used By
Name
Description
Represents the method that will handle CellPaint events.
Last updated
Was this helpful?