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