3 references to DataGridViewCellStyleContentChangedEventHandler
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (1)
5748public event DataGridViewCellStyleContentChangedEventHandler CellStyleContentChanged
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
13383DataGridViewCellStyleContentChangedEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLSTYLECONTENTCHANGED] as DataGridViewCellStyleContentChangedEventHandler;