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