3 references to EVENT_DATAGRIDVIEWCELLPARSING
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
5701
this.Events.AddHandler(
EVENT_DATAGRIDVIEWCELLPARSING
, value);
5705
this.Events.RemoveHandler(
EVENT_DATAGRIDVIEWCELLPARSING
, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
13124
DataGridViewCellParsingEventHandler eh = this.Events[
EVENT_DATAGRIDVIEWCELLPARSING
] as DataGridViewCellParsingEventHandler;