3 references to EVENT_DATAGRIDVIEWROWHEIGHTCHANGED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
6550
this.Events.AddHandler(
EVENT_DATAGRIDVIEWROWHEIGHTCHANGED
, value);
6554
this.Events.RemoveHandler(
EVENT_DATAGRIDVIEWROWHEIGHTCHANGED
, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
18766
DataGridViewRowEventHandler eh = this.Events[
EVENT_DATAGRIDVIEWROWHEIGHTCHANGED
] as DataGridViewRowEventHandler;