3 references to EVENT_DATAGRIDVIEWCELLSTATECHANGED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
5718this.Events.AddHandler(EVENT_DATAGRIDVIEWCELLSTATECHANGED, value); 5722this.Events.RemoveHandler(EVENT_DATAGRIDVIEWCELLSTATECHANGED, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
13178DataGridViewCellStateChangedEventHandler eh = Events[EVENT_DATAGRIDVIEWCELLSTATECHANGED] as DataGridViewCellStateChangedEventHandler;