4 references to QuestionEventHandler
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
4169public event QuestionEventHandler? CancelRowEdit 4659public event QuestionEventHandler? RowDirtyStateNeeded
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
11921if (GetEvent<QuestionEventHandler>(s_cancelRowEditEvent) is { } eh) 18044GetEvent<QuestionEventHandler>(s_rowDirtyStateNeededEvent)?.Invoke(this, e);