2 instantiations of TabControlEventArgs
System.Windows.Forms (2)
System\Windows\Forms\Controls\TabControl\TabControl.cs (2)
1976
OnSelected(new
TabControlEventArgs
(SelectedTab, SelectedIndex, TabControlAction.Selected));
2026
OnDeselected(new
TabControlEventArgs
(SelectedTab, SelectedIndex, TabControlAction.Deselected));
4 references to TabControlEventArgs
System.Windows.Forms (4)
System\Windows\Forms\Controls\TabControl\TabControl.cs (2)
1479
protected virtual void OnSelected(
TabControlEventArgs
e)
1498
protected virtual void OnDeselected(
TabControlEventArgs
e)
System\Windows\Forms\Controls\TabControl\TabControlEventArgs.cs (1)
12
/// Initializes a new instance of the <see cref="
TabControlEventArgs
"/> class.
System\Windows\Forms\Controls\TabControl\TabControlEventHandler.cs (1)
10
public delegate void TabControlEventHandler(object? sender,
TabControlEventArgs
e);