3 references to EVENT_DATAGRIDVIEWUSERADDEDROW
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
6897
this.Events.AddHandler(
EVENT_DATAGRIDVIEWUSERADDEDROW
, value);
6901
this.Events.RemoveHandler(
EVENT_DATAGRIDVIEWUSERADDEDROW
, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
19553
DataGridViewRowEventHandler eh = this.Events[
EVENT_DATAGRIDVIEWUSERADDEDROW
] as DataGridViewRowEventHandler;