3 references to EVENT_DATAGRIDVIEWCELLVALIDATING
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
5821
this.Events.AddHandler(
EVENT_DATAGRIDVIEWCELLVALIDATING
, value);
5825
this.Events.RemoveHandler(
EVENT_DATAGRIDVIEWCELLVALIDATING
, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
13528
DataGridViewCellValidatingEventHandler eh = this.Events[
EVENT_DATAGRIDVIEWCELLVALIDATING
] as DataGridViewCellValidatingEventHandler;