3 references to EVENT_DATAGRIDVIEWSORTCOMPARE
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
6845this.Events.AddHandler(EVENT_DATAGRIDVIEWSORTCOMPARE, value); 6849this.Events.RemoveHandler(EVENT_DATAGRIDVIEWSORTCOMPARE, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
19473DataGridViewSortCompareEventHandler eh = this.Events[EVENT_DATAGRIDVIEWSORTCOMPARE] as DataGridViewSortCompareEventHandler;