3 references to OnSelecting
System.Windows.Forms (2)
System\Windows\Forms\Controls\TabControl\TabControl.cs (2)
1455/// Raises the <see cref="OnSelecting"/> event. 1951OnSelecting(tcc);
System.Windows.Forms.Tests (1)
System\Windows\Forms\TabControlTests.cs (1)
5813public new void OnSelecting(TabControlCancelEventArgs e) => base.OnSelecting(e);