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