IDataGridColumnStyleEditingNotificationService Interface
.NET Framework (current version)
Provides an editing notification interface.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | ColumnStartedEditing(Control^) | Informs the System.Windows.Forms::DataGrid that the user has begun editing the column. |
To create a new System.Windows.Forms::DataGrid column with special properties, you must first inherit from the DataGridColumnStyle class. The IDataGridColumnStyleEditingNotificationService interface is provided to notify the System.Windows.Forms::DataGrid when a column is being edited.
.NET Framework
Available since 1.1
Available since 1.1
Show:
