DataGridViewRowHeightInfoNeededEventHandler

Wisej.Web.DataGridViewRowHeightInfoNeededEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the method that will handle an RowHeightInfoNeeded event of a DataGridView control.

public delegate void DataGridViewRowHeightInfoNeededEventHandler(Object sender, DataGridViewRowHeightInfoNeededEventArgs e)

Parameters

NameTypeDescription

sender

The source of the event.

e

A DataGridViewRowHeightInfoNeededEventArgs that contains the event data.

Fired By

NameDescription

Fired when information about row height is requested.

Last updated