3 references to EVENT_DATAGRIDVIEWUSERDELETINGROW
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
6945
this.Events.AddHandler(
EVENT_DATAGRIDVIEWUSERDELETINGROW
, value);
6949
this.Events.RemoveHandler(
EVENT_DATAGRIDVIEWUSERDELETINGROW
, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
19573
DataGridViewRowCancelEventHandler eh = this.Events[
EVENT_DATAGRIDVIEWUSERDELETINGROW
] as DataGridViewRowCancelEventHandler;