Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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. //------------------------------------------------------------------------------ //[To be supplied.] ///// 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
- EntityModelSchemaGenerator.cs
- OleServicesContext.cs
- XmlObjectSerializerWriteContext.cs
- Zone.cs
- DataGridViewCellContextMenuStripNeededEventArgs.cs
- CodeTypeDeclarationCollection.cs
- BuildProviderCollection.cs
- BrowsableAttribute.cs
- TheQuery.cs
- DesignTimeValidationFeature.cs
- KeyConstraint.cs
- ProfileManager.cs
- TraceContextRecord.cs
- StateWorkerRequest.cs
- SqlIdentifier.cs
- CodeSubDirectory.cs
- PeerNearMe.cs
- XmlAnyAttributeAttribute.cs
- DependencyPropertyKey.cs
- QueryOperator.cs
- EndPoint.cs
- HelpInfo.cs
- HeaderFilter.cs
- ScrollContentPresenter.cs
- UnsafeNativeMethodsTablet.cs
- BindingSource.cs
- WebPartConnectionsCancelEventArgs.cs
- XmlSchemaResource.cs
- MouseOverProperty.cs
- Point3D.cs
- HttpStaticObjectsCollectionWrapper.cs
- DBSqlParserTableCollection.cs
- DropDownList.cs
- ScriptIgnoreAttribute.cs
- LineSegment.cs
- MessageDecoder.cs
- BitmapFrame.cs
- XmlNode.cs
- XpsSerializerWriter.cs
- Lease.cs
- AggregatePushdown.cs
- PermissionSetEnumerator.cs
- XmlHierarchicalEnumerable.cs
- ValidateNames.cs
- HtmlFormParameterReader.cs
- SafeLocalMemHandle.cs
- HwndMouseInputProvider.cs
- LockCookie.cs
- NonceToken.cs
- FontWeights.cs
- WindowsEditBox.cs
- Random.cs
- DataBindingCollection.cs
- HttpWebRequest.cs
- JsonObjectDataContract.cs
- StylusOverProperty.cs
- ProfilePropertyMetadata.cs
- DataGridViewColumnEventArgs.cs
- sqlstateclientmanager.cs
- StorageAssociationTypeMapping.cs
- PersonalizationStateInfo.cs
- XMLSchema.cs
- IDQuery.cs
- SortedDictionary.cs
- OleDbTransaction.cs
- PreloadedPackages.cs
- Subset.cs
- DeclaredTypeValidator.cs
- Error.cs
- NamespaceList.cs
- RMEnrollmentPage3.cs
- DataGridPageChangedEventArgs.cs
- ServicesExceptionNotHandledEventArgs.cs
- ECDiffieHellmanCng.cs
- DropDownButton.cs
- DependencyPropertyKey.cs
- SamlDoNotCacheCondition.cs
- PeerApplication.cs
- PageSetupDialog.cs
- DocumentSchemaValidator.cs
- OdbcPermission.cs
- ProcessThreadCollection.cs
- Overlapped.cs
- ScriptServiceAttribute.cs
- Literal.cs
- RotateTransform3D.cs
- StoreItemCollection.cs
- TypeUnloadedException.cs
- TableLayoutStyle.cs
- CompiledXpathExpr.cs
- HttpResponseHeader.cs
- WorkflowInstance.cs
- ApplicationSecurityInfo.cs
- ComplexPropertyEntry.cs
- MimeMapping.cs
- CommonObjectSecurity.cs
- ListViewUpdatedEventArgs.cs
- HierarchicalDataTemplate.cs
- SystemUnicastIPAddressInformation.cs
- ConfigurationCollectionAttribute.cs