Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / PropertyTabChangedEvent.cs / 1 / PropertyTabChangedEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.Diagnostics; using System; using System.Drawing; using System.ComponentModel; using Microsoft.Win32; using System.Windows.Forms.Design; ////// /// [System.Runtime.InteropServices.ComVisible(true)] public class PropertyTabChangedEventArgs : EventArgs{ private PropertyTab oldTab; private PropertyTab newTab; ///[To be supplied.] ////// /// public PropertyTabChangedEventArgs(PropertyTab oldTab, PropertyTab newTab) { this.oldTab = oldTab; this.newTab = newTab; } ///[To be supplied.] ////// /// public PropertyTab OldTab { get { return oldTab; } } ///[To be supplied.] ////// /// public PropertyTab NewTab { get { return newTab; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PaginationProgressEventArgs.cs
- HWStack.cs
- CaseStatement.cs
- EditorPartCollection.cs
- GridViewAutomationPeer.cs
- WebUtil.cs
- SmiXetterAccessMap.cs
- BlockUIContainer.cs
- PnrpPermission.cs
- GridPattern.cs
- SyndicationDeserializer.cs
- GenericIdentity.cs
- BaseCodePageEncoding.cs
- TraceContext.cs
- BitConverter.cs
- ListDictionary.cs
- ResourceAttributes.cs
- LeaseManager.cs
- QualificationDataAttribute.cs
- SerializationInfo.cs
- _UncName.cs
- CommonXSendMessage.cs
- SoapIgnoreAttribute.cs
- BufferModesCollection.cs
- RangeValidator.cs
- WinInet.cs
- DecoderExceptionFallback.cs
- EmbossBitmapEffect.cs
- SoundPlayer.cs
- DataServiceExpressionVisitor.cs
- OneWayChannelListener.cs
- CodeDelegateInvokeExpression.cs
- TraceContext.cs
- TdsParserStateObject.cs
- KeyValueConfigurationCollection.cs
- XsltCompileContext.cs
- CodeTypeReference.cs
- XmlNavigatorFilter.cs
- SoapAttributes.cs
- HwndSubclass.cs
- DbDeleteCommandTree.cs
- DoubleIndependentAnimationStorage.cs
- ScriptingProfileServiceSection.cs
- File.cs
- Boolean.cs
- BitArray.cs
- CompositeFontInfo.cs
- FontEmbeddingManager.cs
- AsymmetricAlgorithm.cs
- ObjectParameter.cs
- DescendentsWalker.cs
- SchemeSettingElementCollection.cs
- SettingsPropertyNotFoundException.cs
- DataGridCellInfo.cs
- InputProcessorProfiles.cs
- COM2TypeInfoProcessor.cs
- WebReferencesBuildProvider.cs
- ActivityMarkupSerializer.cs
- SqlBooleanMismatchVisitor.cs
- HttpCapabilitiesSectionHandler.cs
- CqlLexerHelpers.cs
- ActivityDesignerLayoutSerializers.cs
- HtmlHistory.cs
- EventArgs.cs
- ListViewAutomationPeer.cs
- _OSSOCK.cs
- NopReturnReader.cs
- AppSettingsExpressionBuilder.cs
- StringToken.cs
- ParenthesizePropertyNameAttribute.cs
- BamlLocalizabilityResolver.cs
- StorageAssociationTypeMapping.cs
- CatchBlock.cs
- PersonalizationAdministration.cs
- TaskHelper.cs
- HttpApplication.cs
- BypassElement.cs
- BaseWebProxyFinder.cs
- CounterSampleCalculator.cs
- PartialArray.cs
- PerformanceCounters.cs
- XslCompiledTransform.cs
- SelectedPathEditor.cs
- SqlDependencyUtils.cs
- ACL.cs
- PointAnimationUsingKeyFrames.cs
- MaskInputRejectedEventArgs.cs
- ScanQueryOperator.cs
- SiteMapDataSourceDesigner.cs
- ResourceExpressionBuilder.cs
- TableSectionStyle.cs
- CompilerWrapper.cs
- EventEntry.cs
- RemoteWebConfigurationHostServer.cs
- WebPart.cs
- MenuEventArgs.cs
- DataGridViewSelectedRowCollection.cs
- TimelineGroup.cs
- DynamicControl.cs
- TraceRecords.cs