54 references to DataGridViewCellEventHandler
System.Windows.Forms (54)
winforms\Managed\System\WinForms\DataGridView.cs (18)
5354public event DataGridViewCellEventHandler CellClick 5371public event DataGridViewCellEventHandler CellContentClick 5388public event DataGridViewCellEventHandler CellContentDoubleClick 5406public event DataGridViewCellEventHandler CellContextMenuStripChanged 5441public event DataGridViewCellEventHandler CellDoubleClick 5458public event DataGridViewCellEventHandler CellEndEdit 5475public event DataGridViewCellEventHandler CellEnter 5492public event DataGridViewCellEventHandler CellErrorTextChanged 5544public event DataGridViewCellEventHandler CellLeave 5612public event DataGridViewCellEventHandler CellMouseEnter 5629public event DataGridViewCellEventHandler CellMouseLeave 5731public event DataGridViewCellEventHandler CellStyleChanged 5765public event DataGridViewCellEventHandler CellToolTipTextChanged 5800public event DataGridViewCellEventHandler CellValidated 5834public event DataGridViewCellEventHandler CellValueChanged 6443public event DataGridViewCellEventHandler RowEnter 6611public event DataGridViewCellEventHandler RowLeave 6772public event DataGridViewCellEventHandler RowValidated
winforms\Managed\System\WinForms\DataGridViewMethods.cs (36)
11781DataGridViewCellEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLCLICK] as DataGridViewCellEventHandler; 11867DataGridViewCellEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLCONTENTCLICK] as DataGridViewCellEventHandler; 11903DataGridViewCellEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLCONTENTDOUBLECLICK] as DataGridViewCellEventHandler; 11928DataGridViewCellEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLCONTEXTMENUSTRIPCHANGED] as DataGridViewCellEventHandler; 11985DataGridViewCellEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLDOUBLECLICK] as DataGridViewCellEventHandler; 12004DataGridViewCellEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLENDEDIT] as DataGridViewCellEventHandler; 12044DataGridViewCellEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLENTER] as DataGridViewCellEventHandler; 12079DataGridViewCellEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLERRORTEXTCHANGED] as DataGridViewCellEventHandler; 12177DataGridViewCellEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLLEAVE] as DataGridViewCellEventHandler; 12943DataGridViewCellEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLMOUSEENTER] as DataGridViewCellEventHandler; 12977DataGridViewCellEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLMOUSELEAVE] as DataGridViewCellEventHandler; 13224DataGridViewCellEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLSTYLECHANGED] as DataGridViewCellEventHandler; 13408DataGridViewCellEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLTOOLTIPTEXTCHANGED] as DataGridViewCellEventHandler; 13474DataGridViewCellEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLVALIDATED] as DataGridViewCellEventHandler; 13563DataGridViewCellEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLVALUECHANGED] as DataGridViewCellEventHandler; 18201DataGridViewCellEventHandler eh = this.Events[EVENT_DATAGRIDVIEWROWENTER] as DataGridViewCellEventHandler; 18849DataGridViewCellEventHandler eh = this.Events[EVENT_DATAGRIDVIEWROWLEAVE] as DataGridViewCellEventHandler; 19331DataGridViewCellEventHandler eh = this.Events[EVENT_DATAGRIDVIEWROWVALIDATED] as DataGridViewCellEventHandler;