DataGridViewCellPaintEventArgs

Wisej.Web.DataGridViewCellPaintEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for CellPaint event.

public class DataGridViewCellPaintEventArgs : PaintEventArgs

Constructors

Initializes a new instance of the DataGridViewCellPaintEventArgs class.

NameTypeDescription

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:

Properties

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.

Used By

NameDescription

Represents the method that will handle CellPaint events.

Last updated