3 references to EVENT_DATAGRIDVIEWUSERDELETEDROW
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
6928
this.Events.AddHandler(
EVENT_DATAGRIDVIEWUSERDELETEDROW
, value);
6932
this.Events.RemoveHandler(
EVENT_DATAGRIDVIEWUSERDELETEDROW
, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
19563
DataGridViewRowEventHandler eh = this.Events[
EVENT_DATAGRIDVIEWUSERDELETEDROW
] as DataGridViewRowEventHandler;