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
- TreeNodeSelectionProcessor.cs
- PrinterUnitConvert.cs
- SolidBrush.cs
- LockCookie.cs
- TemplateControlCodeDomTreeGenerator.cs
- ReadOnlyCollectionBase.cs
- ApplicationServiceManager.cs
- AppSecurityManager.cs
- PropertyIDSet.cs
- ReadOnlyDictionary.cs
- Rfc2898DeriveBytes.cs
- TextMarkerSource.cs
- DataComponentGenerator.cs
- HttpCookieCollection.cs
- RepeatBehavior.cs
- LineSegment.cs
- InputMethodStateChangeEventArgs.cs
- CultureSpecificCharacterBufferRange.cs
- ObjectListShowCommandsEventArgs.cs
- ELinqQueryState.cs
- SizeValueSerializer.cs
- StringValidator.cs
- AutomationElementIdentifiers.cs
- CachingHintValidation.cs
- Context.cs
- CodeDOMProvider.cs
- coordinator.cs
- LabelAutomationPeer.cs
- SqlDataSource.cs
- LastQueryOperator.cs
- BufferedStream.cs
- IgnoreSectionHandler.cs
- ApplicationSecurityManager.cs
- EntityContainerEmitter.cs
- Triplet.cs
- SerializationInfoEnumerator.cs
- Decoder.cs
- WaitHandleCannotBeOpenedException.cs
- SoapCodeExporter.cs
- EmbeddedMailObjectsCollection.cs
- TreeNode.cs
- ResourcesBuildProvider.cs
- NonBatchDirectoryCompiler.cs
- HandlerWithFactory.cs
- SizeLimitedCache.cs
- EncodingDataItem.cs
- DebuggerAttributes.cs
- UriScheme.cs
- WebPartCatalogAddVerb.cs
- NameValueCache.cs
- TextFormattingConverter.cs
- SHA512Managed.cs
- ObjectQuery_EntitySqlExtensions.cs
- ParameterEditorUserControl.cs
- selecteditemcollection.cs
- TypeSystemProvider.cs
- Control.cs
- TaiwanLunisolarCalendar.cs
- COM2EnumConverter.cs
- ActivityXRefConverter.cs
- ListMarkerLine.cs
- MatrixConverter.cs
- FieldAccessException.cs
- PolicyStatement.cs
- Validator.cs
- ConfigXmlSignificantWhitespace.cs
- While.cs
- GradientSpreadMethodValidation.cs
- PlaceHolder.cs
- XmlSerializationReader.cs
- WebServiceReceive.cs
- DataControlFieldCell.cs
- RecognizedWordUnit.cs
- HandleCollector.cs
- TableRow.cs
- RotateTransform.cs
- ToolZone.cs
- XmlElementList.cs
- ZoneLinkButton.cs
- IconBitmapDecoder.cs
- SHA384Cng.cs
- WindowsFormsSynchronizationContext.cs
- ButtonBaseAdapter.cs
- GroupQuery.cs
- MsdtcClusterUtils.cs
- DropDownList.cs
- WebPartZoneBase.cs
- __Filters.cs
- Vector3dCollection.cs
- DataTableMappingCollection.cs
- QuaternionRotation3D.cs
- CodeVariableReferenceExpression.cs
- PropertyIDSet.cs
- FileInfo.cs
- ClientProxyGenerator.cs
- SkewTransform.cs
- DeploymentSectionCache.cs
- ExportOptions.cs
- ObjectParameterCollection.cs
- QueryInterceptorAttribute.cs