DataGridViewCellPaintEventArgs
Wisej.Web.DataGridViewCellPaintEventArgs
Last updated
Wisej.Web.DataGridViewCellPaintEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides data for CellPaint event.
Initializes a new instance of the DataGridViewCellPaintEventArgs class.
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.
Represents the method that will handle CellPaint events.