3 references to EVENT_DATAGRIDVIEWREADONLYCHANGED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
3991this.Events.AddHandler(EVENT_DATAGRIDVIEWREADONLYCHANGED, value); 3995this.Events.RemoveHandler(EVENT_DATAGRIDVIEWREADONLYCHANGED, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
17303EventHandler eh = this.Events[EVENT_DATAGRIDVIEWREADONLYCHANGED] as EventHandler;