Skip to main content
Version: 4.1

DataGridViewCellErrorTextNeededEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the CellErrorTextNeeded event of a DataGridView control.

public class DataGridViewCellErrorTextNeededEventArgs : DataGridViewCellEventArgs

Properties

Instance member ErrorText

String: Gets or sets the error message that is displayed when the cell is selected.

Used By

NameDescription
DataGridViewCellErrorTextNeededEventHandlerRepresents the method that will handle the CellErrorTextNeeded event of a DataGridView.