3 references to EVENT_DATAGRIDVIEWROWCONTEXTMENUSTRIPNEEDED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
6361this.Events.AddHandler(EVENT_DATAGRIDVIEWROWCONTEXTMENUSTRIPNEEDED, value); 6365this.Events.RemoveHandler(EVENT_DATAGRIDVIEWROWCONTEXTMENUSTRIPNEEDED, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
18032DataGridViewRowContextMenuStripNeededEventHandler eh = this.Events[EVENT_DATAGRIDVIEWROWCONTEXTMENUSTRIPNEEDED] as DataGridViewRowContextMenuStripNeededEventHandler;