DataGridColumnStyle::IDataGridColumnStyleEditingNotificationService::ColumnStartedEditing Method (Control^)
.NET Framework (current version)
Informs the DataGrid control that the user has begun editing the column.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
private: virtual void ColumnStartedEditing( Control^ editingControl ) sealed = IDataGridColumnStyleEditingNotificationService::ColumnStartedEditing
Parameters
- editingControl
-
Type:
System.Windows.Forms::Control^
The Control that is editing the column.
When called, the ColumnStartedEditing method allows the DataGrid control to show a pencil in the row header indicating the row is being edited.
.NET Framework
Available since 1.1
Available since 1.1
Show: