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