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
- SessionStateUtil.cs
- WebPartZoneBase.cs
- FileAccessException.cs
- LabelAutomationPeer.cs
- HostedNamedPipeTransportManager.cs
- MarginsConverter.cs
- SizeKeyFrameCollection.cs
- ContentElement.cs
- DataSpaceManager.cs
- DocumentationServerProtocol.cs
- ChannelTraceRecord.cs
- TraceSource.cs
- SystemDiagnosticsSection.cs
- GeometryCollection.cs
- ObjectViewQueryResultData.cs
- ColorMap.cs
- WindowsFormsHostPropertyMap.cs
- SchemaMerger.cs
- BaseAsyncResult.cs
- SafeNativeMethods.cs
- IndexingContentUnit.cs
- ObjectViewListener.cs
- AsyncPostBackErrorEventArgs.cs
- DynamicUpdateCommand.cs
- Button.cs
- StringSource.cs
- TextRangeProviderWrapper.cs
- ShaperBuffers.cs
- EntityDataSourceView.cs
- WpfPayload.cs
- OdbcCommand.cs
- XmlTypeAttribute.cs
- DocumentCollection.cs
- DataGridViewCheckBoxCell.cs
- CodeAttributeArgument.cs
- CoTaskMemHandle.cs
- HealthMonitoringSectionHelper.cs
- CommandEventArgs.cs
- GenericXmlSecurityTokenAuthenticator.cs
- SiteMapNodeItem.cs
- HttpValueCollection.cs
- ResourceType.cs
- MaskedTextBox.cs
- InkCanvasInnerCanvas.cs
- InfoCardHelper.cs
- MediaPlayerState.cs
- VerbConverter.cs
- CodeExpressionCollection.cs
- SortableBindingList.cs
- StylesEditorDialog.cs
- MonthCalendar.cs
- CommandDevice.cs
- Path.cs
- HttpInputStream.cs
- DeviceContext.cs
- PersonalizationAdministration.cs
- CommonDialog.cs
- SapiGrammar.cs
- AsnEncodedData.cs
- VarInfo.cs
- ExceptionHandler.cs
- ConfigViewGenerator.cs
- NetworkInformationException.cs
- ColumnHeader.cs
- SchemaMapping.cs
- DesignerUtility.cs
- UriTemplateMatchException.cs
- StatusStrip.cs
- SymbolDocumentInfo.cs
- PackageDocument.cs
- COMException.cs
- DbConnectionStringCommon.cs
- MembershipSection.cs
- UrlEncodedParameterWriter.cs
- Function.cs
- ScrollChrome.cs
- FileDialogCustomPlace.cs
- ActivityTypeDesigner.xaml.cs
- GeneralTransform3DGroup.cs
- StrongNameKeyPair.cs
- ExpressionBinding.cs
- ImageCodecInfo.cs
- RegexRunnerFactory.cs
- SqlCacheDependencyDatabaseCollection.cs
- DbConnectionPoolGroup.cs
- MinMaxParagraphWidth.cs
- HighlightVisual.cs
- DeviceContext.cs
- Attributes.cs
- Stroke2.cs
- ContentOperations.cs
- RuleInfoComparer.cs
- GregorianCalendar.cs
- RangeValuePattern.cs
- ObjectListDesigner.cs
- PowerEase.cs
- AdapterDictionary.cs
- PersonalizableAttribute.cs
- PropertyTabAttribute.cs
- BuildManagerHost.cs