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
- GlobalizationAssembly.cs
- AttributeUsageAttribute.cs
- HideDisabledControlAdapter.cs
- GridViewUpdatedEventArgs.cs
- SelectorAutomationPeer.cs
- Encoding.cs
- ExplicitDiscriminatorMap.cs
- OleDbRowUpdatedEvent.cs
- IndexExpression.cs
- UserInitiatedNavigationPermission.cs
- ValidationRule.cs
- HandlerFactoryWrapper.cs
- AnnotationMap.cs
- PointConverter.cs
- ComponentEvent.cs
- SiteMapPath.cs
- Model3DGroup.cs
- Signature.cs
- TableLayoutPanelCellPosition.cs
- _DisconnectOverlappedAsyncResult.cs
- SoapElementAttribute.cs
- DependencyPropertyAttribute.cs
- SoapMessage.cs
- RealizationDrawingContextWalker.cs
- ExtensionWindow.cs
- PackUriHelper.cs
- BuildTopDownAttribute.cs
- InvalidCastException.cs
- PointCollectionConverter.cs
- LinkTarget.cs
- SizeAnimationBase.cs
- BoundField.cs
- EntityExpressionVisitor.cs
- OleDbConnectionInternal.cs
- ControlDesigner.cs
- MetadataItemEmitter.cs
- PeerNameRecord.cs
- DataStreams.cs
- assertwrapper.cs
- FatalException.cs
- XsdDuration.cs
- WebPartConnectionsEventArgs.cs
- Int32EqualityComparer.cs
- ElementUtil.cs
- DataGridViewRowCollection.cs
- _SingleItemRequestCache.cs
- SocketConnection.cs
- formatter.cs
- MobileSysDescriptionAttribute.cs
- DataGridViewColumnConverter.cs
- IntPtr.cs
- ResourceSet.cs
- FrameDimension.cs
- DataObjectSettingDataEventArgs.cs
- PolicyImporterElementCollection.cs
- OptimalBreakSession.cs
- SQLInt16Storage.cs
- PropertyManager.cs
- DataSourceCacheDurationConverter.cs
- ItemDragEvent.cs
- RuleConditionDialog.cs
- _DisconnectOverlappedAsyncResult.cs
- QuadraticBezierSegment.cs
- CodeBinaryOperatorExpression.cs
- DeclarationUpdate.cs
- ValidationResult.cs
- DataView.cs
- DataConnectionHelper.cs
- TextParaClient.cs
- TreeNodeMouseHoverEvent.cs
- SecurityManager.cs
- C14NUtil.cs
- AnnotationResource.cs
- UnmanagedMemoryStream.cs
- DataGridViewButtonCell.cs
- ObjectComplexPropertyMapping.cs
- RequestCacheEntry.cs
- ConfigurationSection.cs
- SafeFileMappingHandle.cs
- LockRecursionException.cs
- SafeNativeMethods.cs
- CharConverter.cs
- EntitySqlQueryCacheKey.cs
- ManualWorkflowSchedulerService.cs
- StringSource.cs
- WebProxyScriptElement.cs
- WindowsListView.cs
- ThicknessAnimationBase.cs
- RequiredAttributeAttribute.cs
- AuthenticatedStream.cs
- BindingsCollection.cs
- ProtocolsConfigurationHandler.cs
- CompilerWrapper.cs
- XmlMemberMapping.cs
- DataSourceSelectArguments.cs
- InvalidateEvent.cs
- ColumnResizeAdorner.cs
- MinimizableAttributeTypeConverter.cs
- KeyInfo.cs
- NumericUpDown.cs