3 references to EVENT_DATAGRIDVIEWSELECTIONCHANGED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
6827this.Events.AddHandler(EVENT_DATAGRIDVIEWSELECTIONCHANGED, value); 6831this.Events.RemoveHandler(EVENT_DATAGRIDVIEWSELECTIONCHANGED, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
19455EventHandler eh = this.Events[EVENT_DATAGRIDVIEWSELECTIONCHANGED] as EventHandler;