3 references to s_rowValidatedEvent
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
4853
add => Events.AddHandler(
s_rowValidatedEvent
, value);
4854
remove => Events.RemoveHandler(
s_rowValidatedEvent
, value);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
18797
if (GetEvent<DataGridViewCellEventHandler>(
s_rowValidatedEvent
) is { } eh)