Skip to main content
Version: 4.1

DataGridViewEditingControlShowingEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the EditingControlShowing event.

public class DataGridViewEditingControlShowingEventArgs : DataGridViewCellEventArgs

Properties

Instance member CellStyle

DataGridViewCellStyle: Returns or sets the cell style of the edited cell.

Instance member Control

Control: The control shown to the user for editing the selected cell's value.

Used By

NameDescription
DataGridViewEditingControlShowingEventHandlerRepresents the method that will handle the EditingControlShowing event of a DataGridView.