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
- PackageStore.cs
- ToolStripControlHost.cs
- TableLayoutPanelCodeDomSerializer.cs
- SQLChars.cs
- BooleanKeyFrameCollection.cs
- ConfigurationProviderException.cs
- TouchEventArgs.cs
- SmiEventSink_DeferedProcessing.cs
- DataTemplateSelector.cs
- PerformanceCounterLib.cs
- MdImport.cs
- WebPartEventArgs.cs
- NegotiateStream.cs
- TransformerConfigurationWizardBase.cs
- GreenMethods.cs
- DependentTransaction.cs
- LoadMessageLogger.cs
- VisualStateGroup.cs
- MergePropertyDescriptor.cs
- AssemblyHelper.cs
- lengthconverter.cs
- TraceListeners.cs
- HostedTransportConfigurationBase.cs
- FormViewModeEventArgs.cs
- DescendantOverDescendantQuery.cs
- SecurityCriticalDataForSet.cs
- Point.cs
- SiteMembershipCondition.cs
- GetPageCompletedEventArgs.cs
- AttributedMetaModel.cs
- CheckBoxBaseAdapter.cs
- ClientBuildManagerCallback.cs
- TypeHelper.cs
- AsymmetricKeyExchangeFormatter.cs
- ExtensionQuery.cs
- ZipIOFileItemStream.cs
- DependentList.cs
- CompressionTracing.cs
- WinEventWrap.cs
- OrderedDictionaryStateHelper.cs
- ZipIOLocalFileDataDescriptor.cs
- ObjectPersistData.cs
- ParameterBuilder.cs
- CompatibleComparer.cs
- CompositionAdorner.cs
- FirstMatchCodeGroup.cs
- ProcessHostConfigUtils.cs
- SpotLight.cs
- StringKeyFrameCollection.cs
- TextBox.cs
- CharacterString.cs
- IImplicitResourceProvider.cs
- ToolStripPanel.cs
- XmlCharCheckingWriter.cs
- SemanticTag.cs
- URLMembershipCondition.cs
- SystemIPInterfaceStatistics.cs
- GridViewPageEventArgs.cs
- WindowsNonControl.cs
- RunWorkerCompletedEventArgs.cs
- ChangePassword.cs
- UInt32Storage.cs
- XXXOnTypeBuilderInstantiation.cs
- ReflectTypeDescriptionProvider.cs
- EventHandlerList.cs
- MobileUserControl.cs
- InkCanvas.cs
- ButtonStandardAdapter.cs
- Scheduler.cs
- UserControl.cs
- TemplateColumn.cs
- X509Extension.cs
- Select.cs
- COM2ExtendedTypeConverter.cs
- RequestDescription.cs
- EnumDataContract.cs
- DelegatedStream.cs
- UrlPath.cs
- Module.cs
- Variant.cs
- OperatingSystemVersionCheck.cs
- ObjectSet.cs
- PrimitiveCodeDomSerializer.cs
- ToolBarPanel.cs
- Latin1Encoding.cs
- DesignerTransaction.cs
- CLSCompliantAttribute.cs
- TextEffect.cs
- PassportIdentity.cs
- GeometryModel3D.cs
- CheckedListBox.cs
- HostedImpersonationContext.cs
- WebPartVerbsEventArgs.cs
- CharacterShapingProperties.cs
- TokenizerHelper.cs
- RegexCapture.cs
- MaxValueConverter.cs
- InputBindingCollection.cs
- GeometryCollection.cs
- TraceProvider.cs