Skip to main content
Version: 4.1

DataGridViewCellToolTipTextNeededEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Represents the method that handles the CellToolTipTextNeeded event of a DataGridView.

public delegate void DataGridViewCellToolTipTextNeededEventHandler(Object sender, DataGridViewCellToolTipTextNeededEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eDataGridViewCellToolTipTextNeededEventArgsA DataGridViewCellToolTipTextNeededEventArgs that contains the event data.

Fired By

NameDescription
DataGridView.CellToolTipTextNeededFired when a cell's ToolTip text is needed.