Skip to main content
Version: 4.1

DataGridViewCellCancelEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Represents the method that will handle the CellBeginEdit and RowValidating events of a DataGridView.

public delegate void DataGridViewCellCancelEventHandler(Object sender, DataGridViewCellCancelEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eDataGridViewCellCancelEventArgsA DataGridViewCellCancelEventArgs that contains the event data.

Fired By

NameDescription
DataGridView.CellBeginEditFired when edit mode starts for the selected cell.
DataGridView.TopLeftHeaderClickFired when the user presses a mouse button while the pointer is on the top-left corner cell.
DataGridView.RowValidatingFired when a row is validating.