3 references to EVENT_DATAGRIDVIEWSORTED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
6862this.Events.AddHandler(EVENT_DATAGRIDVIEWSORTED, value); 6866this.Events.RemoveHandler(EVENT_DATAGRIDVIEWSORTED, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
19483EventHandler eh = this.Events[EVENT_DATAGRIDVIEWSORTED] as EventHandler;