3 references to EVENT_DATAGRIDVIEWROWVALIDATED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
6776
this.Events.AddHandler(
EVENT_DATAGRIDVIEWROWVALIDATED
, value);
6780
this.Events.RemoveHandler(
EVENT_DATAGRIDVIEWROWVALIDATED
, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
19331
DataGridViewCellEventHandler eh = this.Events[
EVENT_DATAGRIDVIEWROWVALIDATED
] as DataGridViewCellEventHandler;