Skip to main content
Version: 4.1

DataGridViewCellFormattingEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Represents the method that will handle the CellFormatting event of a DataGridView.

public delegate void DataGridViewCellFormattingEventHandler(Object sender, DataGridViewCellFormattingEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eDataGridViewCellFormattingEventArgsA DataGridViewCellFormattingEventArgs that contains the event data.

Fired By

NameDescription
DataGridView.CellFormattingFired when the contents of a cell need to be formatted for display.