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
- DataContractSerializer.cs
- VideoDrawing.cs
- GenericIdentity.cs
- ConfigurationElementCollection.cs
- SymbolMethod.cs
- SecUtil.cs
- XmlSchemaAttribute.cs
- XmlnsDictionary.cs
- TagPrefixInfo.cs
- EditorPartCollection.cs
- SkinBuilder.cs
- SafeCloseHandleCritical.cs
- CodeTypeReference.cs
- RectKeyFrameCollection.cs
- VersionValidator.cs
- SiteMapNode.cs
- TextFormatterHost.cs
- ObjectDataProvider.cs
- Point3DAnimationUsingKeyFrames.cs
- InternalsVisibleToAttribute.cs
- ImageListStreamer.cs
- BamlLocalizabilityResolver.cs
- FieldNameLookup.cs
- ProfileInfo.cs
- DBSqlParserTableCollection.cs
- UserInitiatedRoutedEventPermission.cs
- OneOfTypeConst.cs
- ConnectorMovedEventArgs.cs
- ElementFactory.cs
- DocumentViewerHelper.cs
- ToolStripLocationCancelEventArgs.cs
- Assembly.cs
- MediaPlayerState.cs
- CharEntityEncoderFallback.cs
- MarkerProperties.cs
- RuleInfoComparer.cs
- HttpStaticObjectsCollectionWrapper.cs
- EventWaitHandleSecurity.cs
- SelectionEditor.cs
- ImportOptions.cs
- ScriptingSectionGroup.cs
- TransformedBitmap.cs
- WorkBatch.cs
- TableLayoutPanel.cs
- DataGridRowEventArgs.cs
- ObjectDataSourceMethodEventArgs.cs
- NumericUpDown.cs
- RightsManagementEncryptedStream.cs
- Decimal.cs
- BitmapEffectRenderDataResource.cs
- ReadOnlyAttribute.cs
- CompiledIdentityConstraint.cs
- SRGSCompiler.cs
- Icon.cs
- XamlTreeBuilderBamlRecordWriter.cs
- EditingCommands.cs
- XmlArrayItemAttributes.cs
- NativeMethodsCLR.cs
- ObjectStateFormatter.cs
- UrlPath.cs
- RemotingServices.cs
- SHA384.cs
- XmlValueConverter.cs
- TableLayoutPanelResizeGlyph.cs
- EditCommandColumn.cs
- LinkUtilities.cs
- RelationshipType.cs
- ECDiffieHellmanCngPublicKey.cs
- FloatUtil.cs
- WebPageTraceListener.cs
- MouseOverProperty.cs
- ColumnMapCopier.cs
- XmlWhitespace.cs
- FormsAuthenticationConfiguration.cs
- ConditionChanges.cs
- InvokeProviderWrapper.cs
- SourceLineInfo.cs
- WebPartTransformerAttribute.cs
- FixedSOMTextRun.cs
- ButtonChrome.cs
- ListViewItem.cs
- ItemPager.cs
- AutomationProperty.cs
- HtmlInputCheckBox.cs
- _NTAuthentication.cs
- CellTreeSimplifier.cs
- XmlCompatibilityReader.cs
- CodeSnippetCompileUnit.cs
- DecoderExceptionFallback.cs
- IList.cs
- RunWorkerCompletedEventArgs.cs
- EncryptedXml.cs
- XmlRootAttribute.cs
- Classification.cs
- ListViewGroup.cs
- MetadataCollection.cs
- VisualStyleElement.cs
- MultipartContentParser.cs
- CharUnicodeInfo.cs
- RelationshipManager.cs