3 references to EVENT_DATAGRIDVIEWCELLCONTEXTMENUSTRIPNEEDED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
5428
this.Events.AddHandler(
EVENT_DATAGRIDVIEWCELLCONTEXTMENUSTRIPNEEDED
, value);
5432
this.Events.RemoveHandler(
EVENT_DATAGRIDVIEWCELLCONTEXTMENUSTRIPNEEDED
, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
11954
DataGridViewCellContextMenuStripNeededEventHandler eh = this.Events[
EVENT_DATAGRIDVIEWCELLCONTEXTMENUSTRIPNEEDED
] as DataGridViewCellContextMenuStripNeededEventHandler;