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