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