3 references to EVENT_DATAGRIDVIEWCELLCONTEXTMENUSTRIPCHANGED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
5410
this.Events.AddHandler(
EVENT_DATAGRIDVIEWCELLCONTEXTMENUSTRIPCHANGED
, value);
5414
this.Events.RemoveHandler(
EVENT_DATAGRIDVIEWCELLCONTEXTMENUSTRIPCHANGED
, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
11928
DataGridViewCellEventHandler eh = this.Events[
EVENT_DATAGRIDVIEWCELLCONTEXTMENUSTRIPCHANGED
] as DataGridViewCellEventHandler;