DataGridViewCellValidatingEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the CellValidating event of a DataGridView control.
- C#
- VB.NET
public class DataGridViewCellValidatingEventArgs : CancelEventArgs
Public Class DataGridViewCellValidatingEventArgs
Inherits CancelEventArgs
Properties
ColumnIndex
Int32: Returns the column index of the cell that needs to be validated.
FormattedValue
Object: Return or sets the formatted contents of the cell that needs to be validated.
RowIndex
Int32: Returns the row index of the cell that needs to be validated.
Used By
| Name | Description |
|---|---|
| DataGridViewCellValidatingEventHandler | Represents the method that will handle the CellValidating event of a DataGridView control. |