Skip to main content
Version: 3.5

DataGridViewCellValidatingEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.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.