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