Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / PropertyTabChangedEvent.cs / 1305376 / 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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- EventSinkHelperWriter.cs
- COM2EnumConverter.cs
- _NetRes.cs
- RoleExceptions.cs
- serverconfig.cs
- ListenerTraceUtility.cs
- CanonicalXml.cs
- SelectionProcessor.cs
- SymmetricKey.cs
- XDRSchema.cs
- TreeNodeStyleCollection.cs
- ApplySecurityAndSendAsyncResult.cs
- ModuleBuilder.cs
- UnicodeEncoding.cs
- ObjectRef.cs
- EndpointDiscoveryMetadata11.cs
- JournalEntryStack.cs
- CodeRemoveEventStatement.cs
- CodeGen.cs
- CustomSignedXml.cs
- ListSurrogate.cs
- SolidBrush.cs
- DataControlPagerLinkButton.cs
- AuthenticateEventArgs.cs
- MissingSatelliteAssemblyException.cs
- Int64Storage.cs
- ProgressBar.cs
- StatusBarItem.cs
- InputScopeConverter.cs
- SimpleWorkerRequest.cs
- XsltArgumentList.cs
- IndexOutOfRangeException.cs
- AppDomainFactory.cs
- HttpContext.cs
- TextProperties.cs
- DashStyles.cs
- ConnectivityStatus.cs
- NCryptNative.cs
- XmlSchemaParticle.cs
- SourceElementsCollection.cs
- PrintController.cs
- XmlNamespaceDeclarationsAttribute.cs
- LicenseContext.cs
- RawStylusInputCustomDataList.cs
- Brush.cs
- DbDataRecord.cs
- CaseInsensitiveHashCodeProvider.cs
- OrderedDictionary.cs
- InputChannelAcceptor.cs
- Win32Exception.cs
- FixedStringLookup.cs
- HtmlTableRowCollection.cs
- _ConnectionGroup.cs
- GuidelineSet.cs
- ControlValuePropertyAttribute.cs
- CheckBoxRenderer.cs
- RenderingEventArgs.cs
- Sentence.cs
- StylusPointPropertyInfoDefaults.cs
- HybridCollection.cs
- InkCollectionBehavior.cs
- SrgsGrammarCompiler.cs
- ItemsChangedEventArgs.cs
- assemblycache.cs
- RenderData.cs
- AssemblyAttributesGoHere.cs
- WorkflowHostingResponseContext.cs
- Matrix.cs
- Base64Encoding.cs
- RadioButton.cs
- IPipelineRuntime.cs
- exports.cs
- MetadataItem.cs
- httpstaticobjectscollection.cs
- RowTypePropertyElement.cs
- ApplyImportsAction.cs
- FixedDocumentPaginator.cs
- RegexGroupCollection.cs
- PartManifestEntry.cs
- PrintPreviewDialog.cs
- CachedCompositeFamily.cs
- DataGridViewRowHeaderCell.cs
- TiffBitmapEncoder.cs
- EnumMember.cs
- ReplacementText.cs
- HttpException.cs
- ScalarType.cs
- PersonalizationProvider.cs
- SerialErrors.cs
- EpmSyndicationContentDeSerializer.cs
- PolygonHotSpot.cs
- Choices.cs
- MouseCaptureWithinProperty.cs
- ScheduleChanges.cs
- CodeDomLoader.cs
- XmlIgnoreAttribute.cs
- ArrangedElementCollection.cs
- RuntimeArgumentHandle.cs
- SignatureToken.cs
- ControlDesigner.cs