Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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. // Copyright (c) Microsoft Corporation. All rights reserved./// 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
- PropertyChangedEventArgs.cs
- GraphicsContext.cs
- ManifestResourceInfo.cs
- Codec.cs
- DesignerDataSourceView.cs
- AutomationIdentifierGuids.cs
- ADConnectionHelper.cs
- CertificateManager.cs
- UserPersonalizationStateInfo.cs
- XamlStream.cs
- SecurityTokenAuthenticator.cs
- TypedColumnHandler.cs
- StringToken.cs
- Reference.cs
- DataGridState.cs
- SignerInfo.cs
- XhtmlTextWriter.cs
- NameObjectCollectionBase.cs
- DrawToolTipEventArgs.cs
- ManagementInstaller.cs
- ContextStack.cs
- ObjectStateFormatter.cs
- coordinator.cs
- XmlBufferReader.cs
- RawStylusInput.cs
- _ListenerRequestStream.cs
- SuppressMergeCheckAttribute.cs
- coordinator.cs
- SecurityPolicyVersion.cs
- DataSvcMapFile.cs
- GridItemCollection.cs
- RadioButtonStandardAdapter.cs
- Pointer.cs
- Decorator.cs
- PaperSource.cs
- TransformValueSerializer.cs
- ProcessModelSection.cs
- FrameAutomationPeer.cs
- CryptoProvider.cs
- EncoderReplacementFallback.cs
- FrameworkTemplate.cs
- CodeDefaultValueExpression.cs
- SchemaNotation.cs
- ISCIIEncoding.cs
- VirtualPathExtension.cs
- StrokeRenderer.cs
- Certificate.cs
- RegularExpressionValidator.cs
- PageThemeCodeDomTreeGenerator.cs
- ToolboxCategoryItems.cs
- DescendantBaseQuery.cs
- UserValidatedEventArgs.cs
- StructuralObject.cs
- ValidatorAttribute.cs
- FaultHandlingFilter.cs
- sqlser.cs
- EncryptedXml.cs
- NullableBoolConverter.cs
- Timer.cs
- FormParameter.cs
- InkSerializer.cs
- MergeLocalizationDirectives.cs
- ConnectionOrientedTransportElement.cs
- TextEditorTyping.cs
- CustomDictionarySources.cs
- ListBoxItemAutomationPeer.cs
- DrawingContext.cs
- SoapRpcMethodAttribute.cs
- MetaForeignKeyColumn.cs
- RightsManagementEncryptionTransform.cs
- DataMemberListEditor.cs
- ProgressBar.cs
- SolidColorBrush.cs
- DefaultObjectMappingItemCollection.cs
- DataListItemCollection.cs
- Control.cs
- QilIterator.cs
- ActivationArguments.cs
- WebZone.cs
- SecurityKeyIdentifierClause.cs
- ErrorFormatterPage.cs
- StringFreezingAttribute.cs
- TraceLevelStore.cs
- XPathDescendantIterator.cs
- MailHeaderInfo.cs
- PropertyPathWorker.cs
- WeakHashtable.cs
- SelectedCellsCollection.cs
- XmlSchemaType.cs
- RoutedEventHandlerInfo.cs
- _RequestCacheProtocol.cs
- StylusPointCollection.cs
- HMACSHA256.cs
- GiveFeedbackEvent.cs
- ProviderMetadata.cs
- ControlParameter.cs
- TrackingRecord.cs
- DBDataPermission.cs
- TimerElapsedEvenArgs.cs
- CaseStatementProjectedSlot.cs