3 references to EVENT_DATAGRIDVIEWROWDIVIDERHEIGHTCHANGED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
6430
this.Events.AddHandler(
EVENT_DATAGRIDVIEWROWDIVIDERHEIGHTCHANGED
, value);
6434
this.Events.RemoveHandler(
EVENT_DATAGRIDVIEWROWDIVIDERHEIGHTCHANGED
, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
18105
DataGridViewRowEventHandler eh = this.Events[
EVENT_DATAGRIDVIEWROWDIVIDERHEIGHTCHANGED
] as DataGridViewRowEventHandler;