3 references to EVENT_DATAGRIDVIEWROWHEADERCELLCHANGED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
6533this.Events.AddHandler(EVENT_DATAGRIDVIEWROWHEADERCELLCHANGED, value); 6537this.Events.RemoveHandler(EVENT_DATAGRIDVIEWROWHEADERCELLCHANGED, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
18325DataGridViewRowEventHandler eh = this.Events[EVENT_DATAGRIDVIEWROWHEADERCELLCHANGED] as DataGridViewRowEventHandler;