Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / TabControlCancelEvent.cs / 1 / TabControlCancelEvent.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 TabControlCancelEventArgs : CancelEventArgs { private TabPage tabPage; private int tabPageIndex; private TabControlAction action; ////// Provides data for the ///, /// /// event. /// /// public TabControlCancelEventArgs(TabPage tabPage, int tabPageIndex, bool cancel, TabControlAction action) : base(cancel) { this.tabPage = tabPage; this.tabPageIndex = tabPageIndex; this.action = action; } /// /// /// 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
- ControlParameter.cs
- GenericUriParser.cs
- NativeRecognizer.cs
- Polygon.cs
- OpacityConverter.cs
- ListViewGroupConverter.cs
- CodeThrowExceptionStatement.cs
- DropShadowBitmapEffect.cs
- wmiprovider.cs
- Line.cs
- ValidateNames.cs
- TargetInvocationException.cs
- StylusLogic.cs
- EmptyStringExpandableObjectConverter.cs
- TreeBuilderBamlTranslator.cs
- ContractReference.cs
- WindowsListViewGroupHelper.cs
- StateMachineWorkflowInstance.cs
- ConnectionOrientedTransportManager.cs
- EntityClientCacheKey.cs
- ContentElementAutomationPeer.cs
- CodeLinePragma.cs
- OleDbConnectionFactory.cs
- xmlfixedPageInfo.cs
- ListControlDataBindingHandler.cs
- Vector3DCollectionValueSerializer.cs
- LinearKeyFrames.cs
- ViewBase.cs
- Listener.cs
- CharacterMetrics.cs
- BackStopAuthenticationModule.cs
- RtfControls.cs
- MessageHeader.cs
- LocalIdKeyIdentifierClause.cs
- ServiceManager.cs
- PropertyValueChangedEvent.cs
- HuffCodec.cs
- _TimerThread.cs
- AlignmentYValidation.cs
- SQLByte.cs
- FixedFindEngine.cs
- HostExecutionContextManager.cs
- _ListenerResponseStream.cs
- ExceptionHandlersDesigner.cs
- ServiceThrottlingBehavior.cs
- TagPrefixCollection.cs
- Underline.cs
- FramingFormat.cs
- ComponentCollection.cs
- DateTimeOffsetStorage.cs
- DataSourceXmlTextReader.cs
- ComponentGuaranteesAttribute.cs
- BooleanFunctions.cs
- CommentEmitter.cs
- XPathCompileException.cs
- Tag.cs
- CompModSwitches.cs
- EntityDescriptor.cs
- MultiAsyncResult.cs
- Control.cs
- shaperfactory.cs
- GregorianCalendarHelper.cs
- XmlTypeAttribute.cs
- PropertyRecord.cs
- DocobjHost.cs
- Cursors.cs
- HtmlHead.cs
- Itemizer.cs
- CoTaskMemHandle.cs
- AuthenticationSection.cs
- CodeTypeReferenceCollection.cs
- IntranetCredentialPolicy.cs
- Rijndael.cs
- ClientSettingsStore.cs
- SingleStorage.cs
- HybridObjectCache.cs
- TreeView.cs
- SkewTransform.cs
- DependencyPropertyDescriptor.cs
- SemaphoreFullException.cs
- TextBoxBase.cs
- WebPartUtil.cs
- ReflectionTypeLoadException.cs
- CacheDict.cs
- ObjectCloneHelper.cs
- HyperLinkField.cs
- TargetInvocationException.cs
- FrameworkTemplate.cs
- RSAOAEPKeyExchangeDeformatter.cs
- SecureEnvironment.cs
- StrokeDescriptor.cs
- ButtonFlatAdapter.cs
- CqlLexerHelpers.cs
- HtmlTableCell.cs
- ECDiffieHellmanCng.cs
- VirtualizedItemProviderWrapper.cs
- DocumentApplicationDocumentViewer.cs
- ControlsConfig.cs
- ObjectToModelValueConverter.cs
- FullTextState.cs