3 references to EVENT_DATAGRIDVIEWCELLSTYLECONTENTCHANGED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
5752
this.Events.AddHandler(
EVENT_DATAGRIDVIEWCELLSTYLECONTENTCHANGED
, value);
5756
this.Events.RemoveHandler(
EVENT_DATAGRIDVIEWCELLSTYLECONTENTCHANGED
, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
13383
DataGridViewCellStyleContentChangedEventHandler eh = this.Events[
EVENT_DATAGRIDVIEWCELLSTYLECONTENTCHANGED
] as DataGridViewCellStyleContentChangedEventHandler;