3 references to EVENT_DATAGRIDVIEWROWLEAVE
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
6615this.Events.AddHandler(EVENT_DATAGRIDVIEWROWLEAVE, value); 6619this.Events.RemoveHandler(EVENT_DATAGRIDVIEWROWLEAVE, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
18849DataGridViewCellEventHandler eh = this.Events[EVENT_DATAGRIDVIEWROWLEAVE] as DataGridViewCellEventHandler;