3 references to EVENT_DATAGRIDVIEWEDITINGCONTROLSHOWING
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
6281
this.Events.AddHandler(
EVENT_DATAGRIDVIEWEDITINGCONTROLSHOWING
, value);
6285
this.Events.RemoveHandler(
EVENT_DATAGRIDVIEWEDITINGCONTROLSHOWING
, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
15457
DataGridViewEditingControlShowingEventHandler eh = this.Events[
EVENT_DATAGRIDVIEWEDITINGCONTROLSHOWING
] as DataGridViewEditingControlShowingEventHandler;