Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- TranslateTransform.cs
- IInstanceTable.cs
- XPathAncestorIterator.cs
- XAMLParseException.cs
- SchemaSetCompiler.cs
- NavigationFailedEventArgs.cs
- BmpBitmapEncoder.cs
- Visitor.cs
- ContextQuery.cs
- WrapPanel.cs
- StringFormat.cs
- ListViewCancelEventArgs.cs
- ListViewItemSelectionChangedEvent.cs
- ThreadExceptionDialog.cs
- WebPartAuthorizationEventArgs.cs
- WebServiceFault.cs
- UnsafeNetInfoNativeMethods.cs
- AuthenticationModuleElement.cs
- XmlAttribute.cs
- PaperSize.cs
- HostedTransportConfigurationManager.cs
- XamlBuildTaskServices.cs
- InkCanvasInnerCanvas.cs
- TraceInternal.cs
- ContractMethodParameterInfo.cs
- UidManager.cs
- ErrorRuntimeConfig.cs
- MaterialCollection.cs
- SaveFileDialog.cs
- MetadataPropertyCollection.cs
- MenuCommandsChangedEventArgs.cs
- CreateUserWizard.cs
- Point3DValueSerializer.cs
- TextEffectCollection.cs
- XmlSecureResolver.cs
- RuntimeCompatibilityAttribute.cs
- AdornedElementPlaceholder.cs
- SiteMapNodeItem.cs
- GradientStop.cs
- SystemIPGlobalStatistics.cs
- HashLookup.cs
- XsltContext.cs
- DesignerActionMethodItem.cs
- SerializationStore.cs
- HyperLinkStyle.cs
- _FtpDataStream.cs
- ServiceReference.cs
- EmptyStringExpandableObjectConverter.cs
- DataGridAddNewRow.cs
- UnknownBitmapEncoder.cs
- AliasGenerator.cs
- ToolStripItem.cs
- AnyAllSearchOperator.cs
- XamlSerializerUtil.cs
- DataSourceXmlAttributeAttribute.cs
- NavigatorInput.cs
- HttpCachePolicyWrapper.cs
- ListViewHitTestInfo.cs
- ResolvedKeyFrameEntry.cs
- ValidationSummary.cs
- SerializableTypeCodeDomSerializer.cs
- FlowDocumentScrollViewer.cs
- List.cs
- SuppressMessageAttribute.cs
- CodeDirectionExpression.cs
- TypedElement.cs
- XsltException.cs
- MimeMapping.cs
- DetailsViewInsertEventArgs.cs
- ISO2022Encoding.cs
- SessionStateItemCollection.cs
- WebBrowserUriTypeConverter.cs
- Point4DValueSerializer.cs
- BaseDataListDesigner.cs
- SqlProfileProvider.cs
- WSSecurityOneDotZeroSendSecurityHeader.cs
- arclist.cs
- EntityClientCacheEntry.cs
- TableLayoutColumnStyleCollection.cs
- safemediahandle.cs
- DataRow.cs
- OutputCacheEntry.cs
- TextBoxDesigner.cs
- SafeHandle.cs
- KnownColorTable.cs
- VisualTarget.cs
- PresentationSource.cs
- FrameworkContentElement.cs
- SoapWriter.cs
- SafeFileHandle.cs
- QueryStoreStatusRequest.cs
- CodeAccessSecurityEngine.cs
- UncommonField.cs
- NetNamedPipeBindingElement.cs
- TextClipboardData.cs
- TdsRecordBufferSetter.cs
- FixedSOMLineRanges.cs
- SymmetricAlgorithm.cs
- CodeExporter.cs
- DataGridCommandEventArgs.cs