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

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 Graphicsarrow-up-right used to paint the item.

clipRect

The Rectanglearrow-up-right that represents the rectangle in which to paint.

Throws:

Properties

ColumnIndex

Int32arrow-up-right: Returns a value indicating the column index of the cell that the event occurs for.

RowIndex

Int32arrow-up-right: 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?