Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / TabControlCancelEvent.cs / 1305376 / 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./// 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
- ComponentChangedEvent.cs
- ReadOnlyDictionary.cs
- TimeSpanParse.cs
- TemplateControlCodeDomTreeGenerator.cs
- BuildManagerHost.cs
- TagMapCollection.cs
- TrueReadOnlyCollection.cs
- MdImport.cs
- SudsCommon.cs
- regiisutil.cs
- HebrewCalendar.cs
- XpsPackagingException.cs
- HttpRuntime.cs
- AuthenticationSchemesHelper.cs
- DefaultHttpHandler.cs
- UmAlQuraCalendar.cs
- FontFaceLayoutInfo.cs
- HandlerBase.cs
- ButtonBaseAdapter.cs
- SecurityException.cs
- XmlElementList.cs
- HttpDictionary.cs
- PtsCache.cs
- SBCSCodePageEncoding.cs
- CompilationUtil.cs
- TextClipboardData.cs
- BrowsableAttribute.cs
- Type.cs
- HttpHeaderCollection.cs
- FormatterConverter.cs
- PrintPageEvent.cs
- EncodingInfo.cs
- SecurityRuntime.cs
- InputLanguageEventArgs.cs
- ProtocolsSection.cs
- TouchesCapturedWithinProperty.cs
- TypeElement.cs
- CFGGrammar.cs
- DataContractFormatAttribute.cs
- DataViewListener.cs
- SelectorAutomationPeer.cs
- TrustLevel.cs
- RandomNumberGenerator.cs
- InternalBufferOverflowException.cs
- TypeSource.cs
- ComPlusTraceRecord.cs
- ClientApiGenerator.cs
- DoubleConverter.cs
- ComponentFactoryHelpers.cs
- ConnectionsZone.cs
- EndOfStreamException.cs
- CheckBoxBaseAdapter.cs
- InvokePattern.cs
- XmlStreamedByteStreamReader.cs
- PlatformCulture.cs
- TextServicesDisplayAttribute.cs
- SpellerInterop.cs
- VisualBrush.cs
- SmtpMail.cs
- loginstatus.cs
- CallbackException.cs
- XPathScanner.cs
- ServiceDescriptionReflector.cs
- StaticTextPointer.cs
- MachineKeySection.cs
- XPathEmptyIterator.cs
- SetterBaseCollection.cs
- WindowAutomationPeer.cs
- ByValueEqualityComparer.cs
- AstTree.cs
- Span.cs
- AssemblyResolver.cs
- ErrorEventArgs.cs
- SynchronizedInputProviderWrapper.cs
- ClientTargetCollection.cs
- GraphicsContainer.cs
- EditorZoneBase.cs
- WebPartVerbCollection.cs
- SqlConnectionStringBuilder.cs
- ComboBoxRenderer.cs
- WSMessageEncoding.cs
- WriteableOnDemandStream.cs
- StorageRoot.cs
- CodeTypeReference.cs
- SqlDataSourceSelectingEventArgs.cs
- HwndStylusInputProvider.cs
- MemoryStream.cs
- PolyLineSegment.cs
- Pair.cs
- ModulesEntry.cs
- XamlParser.cs
- CacheSection.cs
- StatementContext.cs
- ResourceIDHelper.cs
- PreservationFileReader.cs
- SuspendDesigner.cs
- TreeNodeCollection.cs
- InvokeGenerator.cs
- ChtmlSelectionListAdapter.cs
- Int64.cs