4 references to TabControlEventArgs
System.Windows.Forms (2)
System\Windows\Forms\Controls\TabControl\TabControl.cs (2)
1954
OnSelected(new
TabControlEventArgs
(SelectedTab, SelectedIndex, TabControlAction.Selected));
1997
OnDeselected(new
TabControlEventArgs
(SelectedTab, SelectedIndex, TabControlAction.Deselected));
System.Windows.Forms.Tests (2)
System\Windows\Forms\TabControlEventArgsTests.cs (1)
20
TabControlEventArgs e =
new
(tabPage, tabPageIndex, action);
System\Windows\Forms\TabControlTests.cs (1)
4110
yield return new object[] { new
TabControlEventArgs
(null, 0, TabControlAction.Deselecting) };