3 references to EVENT_DATAGRIDVIEWCELLSTYLECHANGED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
5735
this.Events.AddHandler(
EVENT_DATAGRIDVIEWCELLSTYLECHANGED
, value);
5739
this.Events.RemoveHandler(
EVENT_DATAGRIDVIEWCELLSTYLECHANGED
, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
13224
DataGridViewCellEventHandler eh = this.Events[
EVENT_DATAGRIDVIEWCELLSTYLECHANGED
] as DataGridViewCellEventHandler;