3 references to OnDeselected
System.Windows.Forms (3)
System\Windows\Forms\Controls\TabControl\TabControl.cs (2)
1496
/// Raises the <see cref="
OnDeselected
"/> event.
2026
OnDeselected
(new TabControlEventArgs(SelectedTab, SelectedIndex, TabControlAction.Deselected));
System\Windows\Forms\Controls\TabControl\TabControlCancelEventArgs.cs (1)
10
/// <see cref="TabControl.
OnDeselected
"/> event.