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