6 references to Deselecting
System.Windows.Forms (1)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1993TabControlCancelEventArgs tcc = new(SelectedTab, SelectedIndex, false, TabControlAction.Deselecting);
System.Windows.Forms.Tests (5)
System\Windows\Forms\TabControlTests.cs (5)
2225Assert.Equal(TabControlAction.Deselecting, e.Action); 2338Assert.Equal(TabControlAction.Deselecting, e.Action); 2416Assert.Equal(TabControlAction.Deselecting, e.Action); 4110yield return new object[] { new TabControlEventArgs(null, 0, TabControlAction.Deselecting) }; 4189yield return new object[] { new TabControlCancelEventArgs(null, 0, true, TabControlAction.Deselecting) };