3 references to EVENT_DATAGRIDVIEWROWMINIMUMHEIGHTCHANGED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
6632
this.Events.AddHandler(
EVENT_DATAGRIDVIEWROWMINIMUMHEIGHTCHANGED
, value);
6636
this.Events.RemoveHandler(
EVENT_DATAGRIDVIEWROWMINIMUMHEIGHTCHANGED
, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
18870
DataGridViewRowEventHandler eh = this.Events[
EVENT_DATAGRIDVIEWROWMINIMUMHEIGHTCHANGED
] as DataGridViewRowEventHandler;