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