3 references to s_cellValuePushedEvent
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
4431
add => Events.AddHandler(
s_cellValuePushedEvent
, value);
4432
remove => Events.RemoveHandler(
s_cellValuePushedEvent
, value);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
13164
GetEvent<DataGridViewCellValueEventHandler>(
s_cellValuePushedEvent
)?.Invoke(this, e);