3 references to EVENT_DATAGRIDVIEWCELLLEAVE
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
5548this.Events.AddHandler(EVENT_DATAGRIDVIEWCELLLEAVE, value); 5552this.Events.RemoveHandler(EVENT_DATAGRIDVIEWCELLLEAVE, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
12177DataGridViewCellEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLLEAVE] as DataGridViewCellEventHandler;