3 references to EVENT_DATAGRIDVIEWROWVALIDATING
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
6793
this.Events.AddHandler(
EVENT_DATAGRIDVIEWROWVALIDATING
, value);
6797
this.Events.RemoveHandler(
EVENT_DATAGRIDVIEWROWVALIDATING
, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
19284
DataGridViewCellCancelEventHandler eh = this.Events[
EVENT_DATAGRIDVIEWROWVALIDATING
] as DataGridViewCellCancelEventHandler;