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