March 2003
Intermediate to advanced
896 pages
32h 35m
English
IDataGridColumnStyleEditingNotificationService
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); }
DataGridColumnStyle
Read now
Unlock full access