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