Skip to main content
Version: 4.1

DataGridViewRowErrorTextNeededEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the RowErrorTextNeeded event of a DataGridView control.

public class DataGridViewRowErrorTextNeededEventArgs : DataGridViewRowEventArgs

Properties

Instance member ErrorText

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

Used By

NameDescription
DataGridViewRowErrorTextNeededEventHandlerRepresents the method that will handle the RowErrorTextNeeded event of a DataGridView.