Skip to main content
Version: 4.1

DataGridViewCellValidatingEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

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

public delegate void DataGridViewCellValidatingEventHandler(Object sender, DataGridViewCellValidatingEventArgs e)

Parameters

NameTypeDescription
senderObjectA reference to the event sender.
eDataGridViewCellValidatingEventArgsA DataGridViewCellValidatingEventArgs that contains the event data.

Fired By

NameDescription
DataGridView.CellValidatingFired when a cell loses input focus, enabling content validation.