7 references to TestEvent
System.Windows.Forms.Tests (7)
System\Windows\Forms\DataGridViewTests.cs (7)
3480
TestEvent
(nameof(DataGridView.BackColorChanged), nameof(DataGridView.BackColor), Color.Red, Color.Blue);
3489
TestEvent
(nameof(DataGridView.BackgroundImageChanged), nameof(DataGridView.BackgroundImage), bitMap1, bitMap2);
3495
TestEvent
(nameof(DataGridView.BackgroundImageLayoutChanged), nameof(DataGridView.BackgroundImageLayout), ImageLayout.Center, ImageLayout.Stretch);
3501
TestEvent
(nameof(DataGridView.ForeColorChanged), nameof(DataGridView.ForeColor), Color.Red, Color.Blue);
3510
TestEvent
(nameof(DataGridView.FontChanged), nameof(DataGridView.Font), font1, font2);
3519
TestEvent
(nameof(DataGridView.PaddingChanged), nameof(DataGridView.Padding), padding1, padding2);
3525
TestEvent
(nameof(DataGridView.TextChanged), nameof(DataGridView.Text), "New Text", "Another Text");