2 instantiations of TabControlEventArgs
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TabControl.cs (2)
2074
OnSelected (new
TabControlEventArgs
(this.SelectedTab, this.SelectedIndex, TabControlAction.Selected));
2116
OnDeselected(new
TabControlEventArgs
(this.SelectedTab, this.SelectedIndex, TabControlAction.Deselected));
4 references to TabControlEventArgs
System.Windows.Forms (4)
winforms\Managed\System\WinForms\TabControl.cs (2)
1569
protected virtual void OnSelected(
TabControlEventArgs
e) {
1599
protected virtual void OnDeselected(
TabControlEventArgs
e) {
winforms\Managed\System\WinForms\TabControlEvent.cs (1)
30
/// Initializes a new instance of the <see cref='System.Windows.Forms.
TabControlEventArgs
'/>class.
winforms\Managed\System\WinForms\TabControlEventHandler.cs (1)
22
public delegate void TabControlEventHandler(object sender,
TabControlEventArgs
e);