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
- RegionIterator.cs
- EntityViewGenerationAttribute.cs
- SortedList.cs
- XmlValueConverter.cs
- ChildChangedEventArgs.cs
- CompilerScopeManager.cs
- TextParentUndoUnit.cs
- InstrumentationTracker.cs
- SqlNodeAnnotation.cs
- EFDataModelProvider.cs
- QilStrConcat.cs
- PluralizationService.cs
- SessionStateContainer.cs
- TemplatedWizardStep.cs
- StructuralType.cs
- WebPartTracker.cs
- SmtpClient.cs
- SortedList.cs
- RuntimeUtils.cs
- Viewport3DVisual.cs
- AsymmetricAlgorithm.cs
- Matrix3D.cs
- LineVisual.cs
- ComplusTypeValidator.cs
- FormViewInsertedEventArgs.cs
- XmlAttributeCollection.cs
- X509Certificate2.cs
- IdentitySection.cs
- TracedNativeMethods.cs
- HttpDebugHandler.cs
- FontDialog.cs
- OracleParameter.cs
- SourceChangedEventArgs.cs
- CodeAttributeDeclaration.cs
- WebAdminConfigurationHelper.cs
- BamlMapTable.cs
- ApplicationServiceManager.cs
- MSAAWinEventWrap.cs
- RichTextBoxAutomationPeer.cs
- Label.cs
- MediaElement.cs
- RSAOAEPKeyExchangeDeformatter.cs
- nulltextnavigator.cs
- SlipBehavior.cs
- Trustee.cs
- EditingMode.cs
- EmptyWorkItem.cs
- Resources.Designer.cs
- NavigationWindow.cs
- Vector3DConverter.cs
- SafeEventLogReadHandle.cs
- ListenerElementsCollection.cs
- RelatedImageListAttribute.cs
- Int64Converter.cs
- ToolboxItemWrapper.cs
- BlurEffect.cs
- SiteMapProvider.cs
- LabelEditEvent.cs
- SqlCacheDependencyDatabase.cs
- RectangleF.cs
- StrongTypingException.cs
- CalendarTable.cs
- XpsS0ValidatingLoader.cs
- UnsafeNativeMethods.cs
- HtmlControl.cs
- ServiceMetadataExtension.cs
- WebPartsPersonalization.cs
- DefaultTextStoreTextComposition.cs
- AVElementHelper.cs
- GrowingArray.cs
- OutputScopeManager.cs
- Scheduler.cs
- ModulesEntry.cs
- Panel.cs
- InputProcessorProfilesLoader.cs
- Matrix3DStack.cs
- PerfCounters.cs
- PackWebResponse.cs
- QilTypeChecker.cs
- XPathNavigatorKeyComparer.cs
- Errors.cs
- WriteableOnDemandPackagePart.cs
- XmlILStorageConverter.cs
- BlurEffect.cs
- LambdaCompiler.Lambda.cs
- StylusButtonCollection.cs
- DataSourceHelper.cs
- HiddenField.cs
- AffineTransform3D.cs
- BoundPropertyEntry.cs
- SqlNodeTypeOperators.cs
- SqlDataSourceWizardForm.cs
- TCPListener.cs
- DictionarySectionHandler.cs
- DbDataAdapter.cs
- InputLanguage.cs
- DbFunctionCommandTree.cs
- SemaphoreFullException.cs
- WebPartConnectionCollection.cs
- storagemappingitemcollection.viewdictionary.cs