3 references to EVENT_DATAGRIDVIEWMULTISELECTCHANGED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
3809this.Events.AddHandler(EVENT_DATAGRIDVIEWMULTISELECTCHANGED, value); 3813this.Events.RemoveHandler(EVENT_DATAGRIDVIEWMULTISELECTCHANGED, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
17084EventHandler eh = this.Events[EVENT_DATAGRIDVIEWMULTISELECTCHANGED] as EventHandler;