3 references to s_rowValidatingEvent
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
4861
add => Events.AddHandler(
s_rowValidatingEvent
, value);
4862
remove => Events.RemoveHandler(
s_rowValidatingEvent
, value);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
18736
if (GetEvent<DataGridViewCellCancelEventHandler>(
s_rowValidatingEvent
) is { } eh)