3 references to EVENT_DATAGRIDVIEWROWDIRTYSTATENEEDED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (2)
6396this.Events.AddHandler(EVENT_DATAGRIDVIEWROWDIRTYSTATENEEDED, value); 6400this.Events.RemoveHandler(EVENT_DATAGRIDVIEWROWDIRTYSTATENEEDED, value);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
18059QuestionEventHandler eh = this.Events[EVENT_DATAGRIDVIEWROWDIRTYSTATENEEDED] as QuestionEventHandler;