6 references to DataGridViewCellCancelEventHandler
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridView.cs (2)
5337public event DataGridViewCellCancelEventHandler CellBeginEdit 6789public event DataGridViewCellCancelEventHandler RowValidating
winforms\Managed\System\WinForms\DataGridViewMethods.cs (4)
11732DataGridViewCellCancelEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLBEGINEDIT] as DataGridViewCellCancelEventHandler; 19284DataGridViewCellCancelEventHandler eh = this.Events[EVENT_DATAGRIDVIEWROWVALIDATING] as DataGridViewCellCancelEventHandler;