DataGridViewCellValidatingEventArgs

Wisej.Web.DataGridViewCellValidatingEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the CellValidating event of a DataGridView control.

public class DataGridViewCellValidatingEventArgs : CancelEventArgs

Properties

Int32: Returns the column index of the cell that needs to be validated.

Object: Return or sets the formatted contents of the cell that needs to be validated.

Int32: Returns the row index of the cell that needs to be validated.

Used By

NameDescription

Represents the method that will handle the CellValidating event of a DataGridView control.

Last updated