DataGridViewCellValidatingEventHandler

Wisej.Web.DataGridViewCellValidatingEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.2.0.0)

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

public delegate void DataGridViewCellValidatingEventHandler(Object sender, DataGridViewCellValidatingEventArgs e)

Parameters

Name
Type
Description

sender

A reference to the event sender.

Fired By

Name
Description

Fired when a cell loses input focus, enabling content validation.

Last updated