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