IDataGridColumnStyleEditingNotificationService 接口

定义

提供编辑通知接口。

public interface class IDataGridColumnStyleEditingNotificationService
public interface IDataGridColumnStyleEditingNotificationService
type IDataGridColumnStyleEditingNotificationService = interface
Public Interface IDataGridColumnStyleEditingNotificationService
派生

注解

若要创建具有特殊属性的新 System.Windows.Forms.DataGrid 列,必须先从 DataGridColumnStyle 类继承。 提供了该 IDataGridColumnStyleEditingNotificationService 接口,用于在编辑列时通知 System.Windows.Forms.DataGrid 该接口。

方法

ColumnStartedEditing(Control)

通知 DataGrid 用户已开始编辑该列。

适用于

另请参阅