3 references to EVENT_DATAGRIDVIEWROWHEADERMOUSECLICK
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
6499
this.Events.AddHandler(
EVENT_DATAGRIDVIEWROWHEADERMOUSECLICK
, value);
6503
this.Events.RemoveHandler(
EVENT_DATAGRIDVIEWROWHEADERMOUSECLICK
, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
18391
DataGridViewCellMouseEventHandler eh = this.Events[
EVENT_DATAGRIDVIEWROWHEADERMOUSECLICK
] as DataGridViewCellMouseEventHandler;