2 references to TabControlCancelEventArgs
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TabControl.cs (2)
2071
TabControlCancelEventArgs tcc = new
TabControlCancelEventArgs
(this.SelectedTab, this.SelectedIndex, false, TabControlAction.Selecting);
2113
TabControlCancelEventArgs tcc = new
TabControlCancelEventArgs
(this.SelectedTab, this.SelectedIndex, false, TabControlAction.Deselecting);