3 references to DataGridViewCellParsingEventHandler
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (1)
5697public event DataGridViewCellParsingEventHandler CellParsing
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
13124DataGridViewCellParsingEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCELLPARSING] as DataGridViewCellParsingEventHandler;