Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- JulianCalendar.cs
- ChineseLunisolarCalendar.cs
- InitializerFacet.cs
- XmlSerializationReader.cs
- StandardBindingElementCollection.cs
- CustomError.cs
- SplitterEvent.cs
- Set.cs
- AnnotationResourceChangedEventArgs.cs
- DebugView.cs
- TextBlockAutomationPeer.cs
- remotingproxy.cs
- WorkflowRuntimeEndpoint.cs
- DayRenderEvent.cs
- Metafile.cs
- CurrencyWrapper.cs
- WindowsTokenRoleProvider.cs
- ModifierKeysConverter.cs
- FlagsAttribute.cs
- DataMemberConverter.cs
- DataSourceExpressionCollection.cs
- XmlCustomFormatter.cs
- Convert.cs
- PathFigureCollectionConverter.cs
- FunctionDefinition.cs
- ValidationError.cs
- DataStorage.cs
- InitiatorSessionSymmetricMessageSecurityProtocol.cs
- SqlFunctionAttribute.cs
- WindowsToolbar.cs
- ColumnWidthChangedEvent.cs
- Timer.cs
- SmtpReplyReaderFactory.cs
- AuthenticationService.cs
- SymmetricAlgorithm.cs
- XmlLoader.cs
- FileUtil.cs
- TextEffectResolver.cs
- XmlSchemaImporter.cs
- ToolStripCustomTypeDescriptor.cs
- WebPartConnectionsConnectVerb.cs
- MenuItemStyle.cs
- EncryptedPackage.cs
- ViewManagerAttribute.cs
- RepeaterItemCollection.cs
- UnknownBitmapDecoder.cs
- ColorConvertedBitmapExtension.cs
- AssemblyNameProxy.cs
- MsmqQueue.cs
- CookieProtection.cs
- XamlClipboardData.cs
- BitmapEffectGroup.cs
- Main.cs
- CompiledRegexRunner.cs
- dataobject.cs
- HtmlControlPersistable.cs
- EntityType.cs
- Int16.cs
- BulletedListEventArgs.cs
- Int32KeyFrameCollection.cs
- CheckBoxList.cs
- OleDbConnectionFactory.cs
- _NetworkingPerfCounters.cs
- MobileRedirect.cs
- Brush.cs
- RegionData.cs
- FontStretchConverter.cs
- DataControlPagerLinkButton.cs
- WebPartActionVerb.cs
- OracleTimeSpan.cs
- XmlSchemaSet.cs
- NetSectionGroup.cs
- InstanceCollisionException.cs
- ReadOnlyCollectionBase.cs
- MobileSysDescriptionAttribute.cs
- HttpHandlerAction.cs
- ExpressionBuilder.cs
- StandardBindingOptionalReliableSessionElement.cs
- DefaultMergeHelper.cs
- SizeChangedInfo.cs
- ClaimComparer.cs
- PartBasedPackageProperties.cs
- LifetimeManager.cs
- EntryIndex.cs
- FrugalMap.cs
- NullReferenceException.cs
- ExtensionSurface.cs
- ComponentDispatcherThread.cs
- IndexingContentUnit.cs
- InvalidCommandTreeException.cs
- XamlTreeBuilderBamlRecordWriter.cs
- MethodBuilderInstantiation.cs
- CachedPathData.cs
- ScriptManager.cs
- XmlDataContract.cs
- X509WindowsSecurityToken.cs
- RoutedEvent.cs
- CompiledQueryCacheKey.cs
- AuthorizationRuleCollection.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs