Skip to main content
Version: 3.5

DataGridViewCellCancelEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.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.TopLeftHeaderClickFired when the user presses a mouse button while the pointer is on the top-left corner cell.
DataGridView.CellBeginEditFired when edit mode starts for the selected cell.
DataGridView.RowValidatingFired when a row is validating.