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