3 references to s_backgroundColorChangedEvent
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
1032
add => Events.AddHandler(
s_backgroundColorChangedEvent
, value);
1033
remove => Events.RemoveHandler(
s_backgroundColorChangedEvent
, value);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
11351
GetEvent<EventHandler>(
s_backgroundColorChangedEvent
)?.Invoke(this, e);