6 references to QuestionEventHandler
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridView.cs (2)
5320public event QuestionEventHandler CancelRowEdit 6392public event QuestionEventHandler RowDirtyStateNeeded
winforms\Managed\System\WinForms\DataGridViewMethods.cs (4)
11712QuestionEventHandler eh = this.Events[EVENT_DATAGRIDVIEWCANCELROWEDIT] as QuestionEventHandler; 18059QuestionEventHandler eh = this.Events[EVENT_DATAGRIDVIEWROWDIRTYSTATENEEDED] as QuestionEventHandler;