Name

IDataGridColumnStyleEditingNotificationService

Synopsis

This interface is implemented by the DataGridColumnStyle to manage the start and end of the editing process. The default implementation notifies the containing DataGrid that the column is being edited by calling that object’s ColumnStartedEditing() method.


public interface IDataGridColumnStyleEditingNotificationService {

// Public Instance Methods

   public void ColumnStartedEditing(Control editingControl);

}

Implemented By

DataGridColumnStyle

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.