4 references to new
System.Windows.Forms (2)
System\Windows\Forms\Controls\TabControl\TabControl.cs (2)
1950
TabControlCancelEventArgs tcc =
new
(SelectedTab, SelectedIndex, false, TabControlAction.Selecting);
1993
TabControlCancelEventArgs tcc =
new
(SelectedTab, SelectedIndex, false, TabControlAction.Deselecting);
System.Windows.Forms.Tests (2)
System\Windows\Forms\TabControlCancelEventArgsTests.cs (1)
20
TabControlCancelEventArgs e =
new
(tabPage, tabPageIndex, cancel, action);
System\Windows\Forms\TabControlTests.cs (1)
4189
yield return new object[] { new
TabControlCancelEventArgs
(null, 0, true, TabControlAction.Deselecting) };