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