2 instantiations of TabControlEventArgs
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TabControl.cs (2)
2074OnSelected (new TabControlEventArgs (this.SelectedTab, this.SelectedIndex, TabControlAction.Selected)); 2116OnDeselected(new TabControlEventArgs(this.SelectedTab, this.SelectedIndex, TabControlAction.Deselected));
4 references to TabControlEventArgs
System.Windows.Forms (4)
winforms\Managed\System\WinForms\TabControl.cs (2)
1569protected virtual void OnSelected(TabControlEventArgs e) { 1599protected 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)
22public delegate void TabControlEventHandler(object sender, TabControlEventArgs e);