DataGridColumnStyle.IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing Method

Definition

Informs the DataGrid control that the user has begun editing the column.

 virtual void System.Windows.Forms.IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing(System::Windows::Forms::Control ^ editingControl) = System::Windows::Forms::IDataGridColumnStyleEditingNotificationService::ColumnStartedEditing;
void IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing (System.Windows.Forms.Control editingControl);
abstract member System.Windows.Forms.IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing : System.Windows.Forms.Control -> unit
override this.System.Windows.Forms.IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing : System.Windows.Forms.Control -> unit
Sub ColumnStartedEditing (editingControl As Control) Implements IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing

Parameters

editingControl
Control

The Control that is editing the column.

Implements

Remarks

When called, the ColumnStartedEditing method allows the DataGrid control to show a pencil in the row header indicating the row is being edited.

Applies to