DataGridViewCellErrorTextNeededEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Provides data for the CellErrorTextNeeded event of a DataGridView control.
- C#
- VB.NET
public class DataGridViewCellErrorTextNeededEventArgs : DataGridViewCellEventArgs
Public Class DataGridViewCellErrorTextNeededEventArgs
Inherits DataGridViewCellEventArgs
Properties
ErrorText
String: Gets or sets the error message that is displayed when the cell is selected.
Used By
| Name | Description |
|---|---|
| DataGridViewCellErrorTextNeededEventHandler | Represents the method that will handle the CellErrorTextNeeded event of a DataGridView. |