3 references to EVENT_DATAGRIDVIEWCELLERRORTEXTCHANGED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
5496
this.Events.AddHandler(
EVENT_DATAGRIDVIEWCELLERRORTEXTCHANGED
, value);
5500
this.Events.RemoveHandler(
EVENT_DATAGRIDVIEWCELLERRORTEXTCHANGED
, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
12079
DataGridViewCellEventHandler eh = this.Events[
EVENT_DATAGRIDVIEWCELLERRORTEXTCHANGED
] as DataGridViewCellEventHandler;