4 references to OnDeselecting
System.Windows.Forms (3)
System\Windows\Forms\Controls\TabControl\TabControl.cs (2)
1474
/// Raises the <see cref="
OnDeselecting
"/> event.
1994
OnDeselecting
(tcc);
System\Windows\Forms\Controls\TabControl\TabControlCancelEventArgs.cs (1)
9
/// Provides data for the <see cref="TabControl.
OnDeselecting
"/>,
System.Windows.Forms.Tests (1)
System\Windows\Forms\TabControlTests.cs (1)
5795
public new void OnDeselecting(TabControlCancelEventArgs e) => base.
OnDeselecting
(e);