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