Skip to main content
Version: 4.1

DataGridViewRowErrorTextNeededEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

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

public delegate void DataGridViewRowErrorTextNeededEventHandler(Object sender, DataGridViewRowErrorTextNeededEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eDataGridViewRowErrorTextNeededEventArgsA DataGridViewRowErrorTextNeededEventArgs that contains the event data.

Fired By

NameDescription
DataGridView.RowErrorTextNeededFired when the row's error text is required.