3 references to EVENT_DATAGRIDVIEWROWERRORTEXTCHANGED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
6464
this.Events.AddHandler(
EVENT_DATAGRIDVIEWROWERRORTEXTCHANGED
, value);
6468
this.Events.RemoveHandler(
EVENT_DATAGRIDVIEWROWERRORTEXTCHANGED
, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
18230
DataGridViewRowEventHandler eh = this.Events[
EVENT_DATAGRIDVIEWROWERRORTEXTCHANGED
] as DataGridViewRowEventHandler;