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