For the complete documentation index, see llms.txt. This page is also available as Markdown.

DataGridViewEditingControlShowingEventHandler

Wisej.Web.DataGridViewEditingControlShowingEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Represents the method that will handle the EditingControlShowing event of a DataGridView.

public delegate void DataGridViewEditingControlShowingEventHandler(Object sender, DataGridViewEditingControlShowingEventArgs e)

Parameters

Name
Type
Description

sender

The source of the event.

Fired By

Name
Description

Fired when a control for editing a cell is showing.

Last updated

Was this helpful?