Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / WinForms / Managed / System / WinForms / TabControlEvent.cs / 1 / TabControlEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.Diagnostics; using System; using System.ComponentModel; using System.Drawing; using Microsoft.Win32; ////// /// public class TabControlEventArgs : EventArgs { private TabPage tabPage; private int tabPageIndex; private TabControlAction action; ///Provides data for the ///, /// event. /// /// public TabControlEventArgs(TabPage tabPage, int tabPageIndex, TabControlAction action) { this.tabPage = tabPage; this.tabPageIndex = tabPageIndex; this.action = action; } ////// Initializes a new instance of the ///class. /// /// /// /// public TabPage TabPage { get { return tabPage; } } ////// Stores the referemce to the tabpage that is undergoing the TabControl event. /// /// ////// /// public int TabPageIndex { get { return tabPageIndex; } } ////// Stores the index to the tabpage that is undergoing the TabControl event. /// /// ////// /// public TabControlAction Action{ get { return action; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Stores the TabControl action which instigated the TabControl event. /// /// ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.Diagnostics; using System; using System.ComponentModel; using System.Drawing; using Microsoft.Win32; ////// /// public class TabControlEventArgs : EventArgs { private TabPage tabPage; private int tabPageIndex; private TabControlAction action; ///Provides data for the ///, /// event. /// /// public TabControlEventArgs(TabPage tabPage, int tabPageIndex, TabControlAction action) { this.tabPage = tabPage; this.tabPageIndex = tabPageIndex; this.action = action; } ////// Initializes a new instance of the ///class. /// /// /// /// public TabPage TabPage { get { return tabPage; } } ////// Stores the referemce to the tabpage that is undergoing the TabControl event. /// /// ////// /// public int TabPageIndex { get { return tabPageIndex; } } ////// Stores the index to the tabpage that is undergoing the TabControl event. /// /// ////// /// public TabControlAction Action{ get { return action; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Stores the TabControl action which instigated the TabControl event. /// /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlCountingReader.cs
- ContentControl.cs
- ConnectionManagementElementCollection.cs
- DecoderBestFitFallback.cs
- XsltContext.cs
- ManagedFilter.cs
- ContentValidator.cs
- DocumentXmlWriter.cs
- DataPointer.cs
- UnauthorizedWebPart.cs
- DtdParser.cs
- remotingproxy.cs
- StringSource.cs
- Control.cs
- ControlIdConverter.cs
- SystemIcmpV6Statistics.cs
- Cell.cs
- pingexception.cs
- RuleSettings.cs
- StructuralComparisons.cs
- ProfileInfo.cs
- XPathLexer.cs
- StringCollection.cs
- _SingleItemRequestCache.cs
- WindowsListViewItemStartMenu.cs
- TextOnlyOutput.cs
- Events.cs
- WeakHashtable.cs
- _BaseOverlappedAsyncResult.cs
- TileModeValidation.cs
- OrderedEnumerableRowCollection.cs
- Stack.cs
- RankException.cs
- ColumnClickEvent.cs
- SqlRowUpdatedEvent.cs
- listitem.cs
- MethodToken.cs
- DelegatingConfigHost.cs
- VersionedStreamOwner.cs
- ProtocolsConfiguration.cs
- WebPartEventArgs.cs
- DataGridViewComboBoxCell.cs
- HttpListener.cs
- SchemaImporter.cs
- Evidence.cs
- HtmlTableCellCollection.cs
- ThreadExceptionDialog.cs
- NamedPipeAppDomainProtocolHandler.cs
- PreloadedPackages.cs
- SQLGuid.cs
- StatusBarItemAutomationPeer.cs
- SynchronizationValidator.cs
- CommandField.cs
- LateBoundBitmapDecoder.cs
- BCryptNative.cs
- SQLCharsStorage.cs
- ReceiveCompletedEventArgs.cs
- JsonDataContract.cs
- DataConnectionHelper.cs
- FileVersion.cs
- MenuItemCollection.cs
- ECDiffieHellmanCngPublicKey.cs
- ListViewSortEventArgs.cs
- Nodes.cs
- ListItemParagraph.cs
- RemotingSurrogateSelector.cs
- PrtTicket_Public.cs
- EncryptedData.cs
- UriExt.cs
- Button.cs
- TableChangeProcessor.cs
- ItemDragEvent.cs
- smtppermission.cs
- FastPropertyAccessor.cs
- TextSelectionHelper.cs
- DataSourceExpressionCollection.cs
- TreeViewEvent.cs
- RoleBoolean.cs
- InputBinding.cs
- DataKey.cs
- QilDataSource.cs
- OptimizedTemplateContentHelper.cs
- x509utils.cs
- Not.cs
- EmptyEnumerator.cs
- SequentialWorkflowRootDesigner.cs
- IResourceProvider.cs
- ReceiveActivity.cs
- DataServiceRequestException.cs
- TemplateColumn.cs
- UserNameSecurityTokenProvider.cs
- FieldToken.cs
- DBNull.cs
- Comparer.cs
- StylusPointPropertyInfoDefaults.cs
- AvtEvent.cs
- XmlSchemaDatatype.cs
- BaseTemplateBuildProvider.cs
- ToolStripItemEventArgs.cs
- CodeCompileUnit.cs