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
- FormatterConverter.cs
- TaiwanLunisolarCalendar.cs
- UTF32Encoding.cs
- SmtpDigestAuthenticationModule.cs
- WindowManager.cs
- SafeProcessHandle.cs
- ScaleTransform.cs
- TraceListener.cs
- PasswordBox.cs
- jithelpers.cs
- AuthorizationSection.cs
- DataMisalignedException.cs
- ResourceReferenceExpression.cs
- DataSourceSelectArguments.cs
- CfgSemanticTag.cs
- ItemsChangedEventArgs.cs
- ClassHandlersStore.cs
- ExpressionEditorAttribute.cs
- ValueQuery.cs
- ThreadAbortException.cs
- XPathBinder.cs
- EncodingTable.cs
- PreservationFileReader.cs
- SymLanguageVendor.cs
- OraclePermissionAttribute.cs
- DbParameterCollectionHelper.cs
- AuthenticateEventArgs.cs
- HitTestResult.cs
- XNameTypeConverter.cs
- AudioBase.cs
- DBPropSet.cs
- GlyphTypeface.cs
- ProfileInfo.cs
- DataGridViewToolTip.cs
- Logging.cs
- FontStyle.cs
- Internal.cs
- TemplateColumn.cs
- XmlNamedNodeMap.cs
- RuleAttributes.cs
- Visitors.cs
- RegexTree.cs
- SuppressIldasmAttribute.cs
- WorkflowHostingEndpoint.cs
- CommandSet.cs
- PointAnimationClockResource.cs
- TextElementEnumerator.cs
- ConfigPathUtility.cs
- RemoteAsymmetricSignatureFormatter.cs
- TableLayoutRowStyleCollection.cs
- ToolbarAUtomationPeer.cs
- OperationAbortedException.cs
- SafeHandles.cs
- controlskin.cs
- Message.cs
- Condition.cs
- SqlDataReaderSmi.cs
- MetadataUtilsSmi.cs
- WmfPlaceableFileHeader.cs
- SqlDataSourceView.cs
- SymmetricKeyWrap.cs
- TiffBitmapEncoder.cs
- NotConverter.cs
- DataGridViewDesigner.cs
- SessionState.cs
- DefaultExpression.cs
- ResourceBinder.cs
- SynthesizerStateChangedEventArgs.cs
- InvokeSchedule.cs
- EntityDataSourceContainerNameConverter.cs
- DesignOnlyAttribute.cs
- LongValidatorAttribute.cs
- X509ScopedServiceCertificateElementCollection.cs
- SmiXetterAccessMap.cs
- CaseInsensitiveOrdinalStringComparer.cs
- BindingObserver.cs
- TreeNodeCollection.cs
- Point.cs
- RangeBaseAutomationPeer.cs
- TextParagraphCache.cs
- ApplicationException.cs
- TemplatedMailWebEventProvider.cs
- MouseButtonEventArgs.cs
- XmlSchemaAny.cs
- DbProviderSpecificTypePropertyAttribute.cs
- EditorPart.cs
- validationstate.cs
- QuaternionConverter.cs
- ResourceExpressionBuilder.cs
- XPathDocumentNavigator.cs
- NativeCppClassAttribute.cs
- WorkflowMessageEventArgs.cs
- UnsafeNetInfoNativeMethods.cs
- TouchEventArgs.cs
- NumericExpr.cs
- IndexedString.cs
- ManagedWndProcTracker.cs
- RegisteredScript.cs
- ClearTypeHintValidation.cs
- ImageKeyConverter.cs