6 references to Deselecting
System.Windows.Forms (1)
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
2000TabControlCancelEventArgs tcc = new(SelectedTab, SelectedIndex, false, TabControlAction.Deselecting);
System.Windows.Forms.Tests (5)
System\Windows\Forms\TabControlTests.cs (5)
2227Assert.Equal(TabControlAction.Deselecting, e.Action); 2340Assert.Equal(TabControlAction.Deselecting, e.Action); 2418Assert.Equal(TabControlAction.Deselecting, e.Action); 4112yield return new object[] { new TabControlEventArgs(null, 0, TabControlAction.Deselecting) }; 4191yield return new object[] { new TabControlCancelEventArgs(null, 0, true, TabControlAction.Deselecting) };