7 references to TestEvent
System.Windows.Forms.Tests (7)
System\Windows\Forms\DataGridViewTests.cs (7)
3482
TestEvent
(nameof(DataGridView.BackColorChanged), nameof(DataGridView.BackColor), Color.Red, Color.Blue);
3491
TestEvent
(nameof(DataGridView.BackgroundImageChanged), nameof(DataGridView.BackgroundImage), bitMap1, bitMap2);
3497
TestEvent
(nameof(DataGridView.BackgroundImageLayoutChanged), nameof(DataGridView.BackgroundImageLayout), ImageLayout.Center, ImageLayout.Stretch);
3503
TestEvent
(nameof(DataGridView.ForeColorChanged), nameof(DataGridView.ForeColor), Color.Red, Color.Blue);
3512
TestEvent
(nameof(DataGridView.FontChanged), nameof(DataGridView.Font), font1, font2);
3521
TestEvent
(nameof(DataGridView.PaddingChanged), nameof(DataGridView.Padding), padding1, padding2);
3527
TestEvent
(nameof(DataGridView.TextChanged), nameof(DataGridView.Text), "New Text", "Another Text");