Skip to main content
Version: 3.5

DataGridViewCellPaintEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the method that will handle CellPaint events.

public delegate void DataGridViewCellPaintEventHandler(Object sender, DataGridViewCellPaintEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eDataGridViewCellPaintEventArgsA DataGridViewCellPaintEventArgs that contains the event data.

Fired By

NameDescription
DataGridView.CellPaintFired when a cell with the property UserPaint set to true needs to be drawn.