Code:
/ 4.0 / 4.0 / 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.] ///// 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
- ComAdminWrapper.cs
- DefaultValidator.cs
- XmlValidatingReader.cs
- KnownBoxes.cs
- TypeConverterBase.cs
- XmlSortKey.cs
- CqlParserHelpers.cs
- TextServicesManager.cs
- UInt16.cs
- XPathAncestorQuery.cs
- XmlEntityReference.cs
- WeakEventTable.cs
- UpDownBaseDesigner.cs
- XmlSerializerOperationFormatter.cs
- QilDataSource.cs
- DataConnectionHelper.cs
- MulticastDelegate.cs
- CollectionViewGroupRoot.cs
- EntityWrapperFactory.cs
- ListBox.cs
- NonBatchDirectoryCompiler.cs
- EditorBrowsableAttribute.cs
- XPathBinder.cs
- SystemColors.cs
- MultiDataTrigger.cs
- Trace.cs
- TracePayload.cs
- EntitySetDataBindingList.cs
- Vector3DKeyFrameCollection.cs
- SimpleHandlerFactory.cs
- ArrayTypeMismatchException.cs
- CornerRadius.cs
- FilterableAttribute.cs
- IndividualDeviceConfig.cs
- AssemblyAttributes.cs
- MergeFilterQuery.cs
- HMACSHA256.cs
- DbConnectionPoolCounters.cs
- XmlCDATASection.cs
- UnmanagedHandle.cs
- TextTreeUndoUnit.cs
- WebHeaderCollection.cs
- UriScheme.cs
- SerializationInfoEnumerator.cs
- HwndHost.cs
- DataGridViewCellEventArgs.cs
- ListMarkerSourceInfo.cs
- UnauthorizedAccessException.cs
- XsdDataContractExporter.cs
- ClientSideProviderDescription.cs
- XmlCodeExporter.cs
- InvalidPrinterException.cs
- PersonalizationProvider.cs
- RegexFCD.cs
- SoapEnumAttribute.cs
- InterleavedZipPartStream.cs
- HandlerMappingMemo.cs
- Win32.cs
- SessionParameter.cs
- XmlTextReader.cs
- UnSafeCharBuffer.cs
- AssertFilter.cs
- TimersDescriptionAttribute.cs
- DesignerDataSchemaClass.cs
- UnderstoodHeaders.cs
- Evidence.cs
- Clock.cs
- DocumentXmlWriter.cs
- EdmProviderManifest.cs
- AuthorizationRule.cs
- MutexSecurity.cs
- MergablePropertyAttribute.cs
- SerializableTypeCodeDomSerializer.cs
- BamlLocalizer.cs
- formatter.cs
- ExtensionElement.cs
- XsdBuildProvider.cs
- WindowsListBox.cs
- PrintController.cs
- RichTextBox.cs
- InstanceStoreQueryResult.cs
- StreamWithDictionary.cs
- ByteAnimationUsingKeyFrames.cs
- TypeConverterHelper.cs
- Operand.cs
- TemplateControlCodeDomTreeGenerator.cs
- TextRangeSerialization.cs
- UpdateInfo.cs
- Repeater.cs
- Intellisense.cs
- DisplayMemberTemplateSelector.cs
- CellPartitioner.cs
- ContentDisposition.cs
- ExpressionBuilder.cs
- TextBoxRenderer.cs
- GestureRecognitionResult.cs
- GridEntryCollection.cs
- AnnotationHelper.cs
- HttpHostedTransportConfiguration.cs
- MaskedTextBoxDesigner.cs