System.Windows.Forms.DataGrid.ColumnStartedEditing Method

Informs the System.Windows.Forms.DataGrid control when the user begins to edit a column using the specified control.

Syntax

protected virtual void ColumnStartedEditing (Control editingControl)

Parameters

editingControl
The System.Windows.Forms.Control used to edit the column.

Remarks

When called, the IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing(Control) method enables the System.Windows.Forms.DataGrid control to show a pencil in the row header.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0