3 references to EVENT_DATAGRIDVIEWROWCONTEXTMENUSTRIPCHANGED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
6343
this.Events.AddHandler(
EVENT_DATAGRIDVIEWROWCONTEXTMENUSTRIPCHANGED
, value);
6347
this.Events.RemoveHandler(
EVENT_DATAGRIDVIEWROWCONTEXTMENUSTRIPCHANGED
, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
18015
DataGridViewRowEventHandler eh = this.Events[
EVENT_DATAGRIDVIEWROWCONTEXTMENUSTRIPCHANGED
] as DataGridViewRowEventHandler;