Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / RequestResizeEvent.cs / 1305376 / RequestResizeEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.Diagnostics; using System; using System.Drawing; using Microsoft.Win32; ////// /// public class ContentsResizedEventArgs : EventArgs { readonly Rectangle newRectangle; ////// Provides data for the ///event. /// /// /// public ContentsResizedEventArgs(Rectangle newRectangle) { this.newRectangle = newRectangle; } ////// Initializes a new instance of the ////// class. /// /// /// public Rectangle NewRectangle { get { return newRectangle; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Represents the requested size of the ///control. /// // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.Diagnostics; using System; using System.Drawing; using Microsoft.Win32; ////// /// public class ContentsResizedEventArgs : EventArgs { readonly Rectangle newRectangle; ////// Provides data for the ///event. /// /// /// public ContentsResizedEventArgs(Rectangle newRectangle) { this.newRectangle = newRectangle; } ////// Initializes a new instance of the ////// class. /// /// /// public Rectangle NewRectangle { get { return newRectangle; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Represents the requested size of the ///control. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- QueryInterceptorAttribute.cs
- DayRenderEvent.cs
- CorrelationRequestContext.cs
- SmiContext.cs
- WebRequestModuleElementCollection.cs
- AcceptorSessionSymmetricMessageSecurityProtocol.cs
- SqlDataSourceCustomCommandPanel.cs
- OracleConnectionFactory.cs
- LogRestartAreaEnumerator.cs
- EdmToObjectNamespaceMap.cs
- DocumentPage.cs
- DataRow.cs
- XmlQueryStaticData.cs
- WindowsGraphics.cs
- RefreshEventArgs.cs
- FixedSOMSemanticBox.cs
- PropertyChangedEventManager.cs
- PeerOutputChannel.cs
- _HeaderInfo.cs
- UnsafePeerToPeerMethods.cs
- DebugView.cs
- UnsafeNativeMethods.cs
- BrushValueSerializer.cs
- StartUpEventArgs.cs
- SrgsGrammar.cs
- MDIControlStrip.cs
- AnnotationObservableCollection.cs
- Annotation.cs
- BasicAsyncResult.cs
- XmlAttributeOverrides.cs
- StorageMappingItemCollection.cs
- Item.cs
- CryptoHelper.cs
- PeerPresenceInfo.cs
- WebServiceHost.cs
- EnglishPluralizationService.cs
- PropertyChangingEventArgs.cs
- OutOfMemoryException.cs
- FtpRequestCacheValidator.cs
- BindingGroup.cs
- C14NUtil.cs
- BindingValueChangedEventArgs.cs
- Int16.cs
- TextFormatterContext.cs
- RIPEMD160Managed.cs
- WebPartUserCapability.cs
- RSAPKCS1SignatureDeformatter.cs
- BamlRecordHelper.cs
- ServiceModelSectionGroup.cs
- IdentifierCollection.cs
- BordersPage.cs
- BuildProvider.cs
- RenderData.cs
- AdornerPresentationContext.cs
- NavigationPropertyEmitter.cs
- GridEntryCollection.cs
- ButtonBase.cs
- SmtpFailedRecipientsException.cs
- NameValueConfigurationCollection.cs
- PartialCachingControl.cs
- ListBoxItemAutomationPeer.cs
- DetailsViewRowCollection.cs
- CompositeFontInfo.cs
- DesignOnlyAttribute.cs
- QuaternionRotation3D.cs
- SqlLiftIndependentRowExpressions.cs
- LoginStatusDesigner.cs
- HttpCacheVaryByContentEncodings.cs
- SqlUtil.cs
- SiteMapDataSourceView.cs
- WindowsAuthenticationEventArgs.cs
- ComplexBindingPropertiesAttribute.cs
- AppDomainManager.cs
- FixedTextView.cs
- CfgParser.cs
- DataView.cs
- OrderedDictionary.cs
- ObjectCloneHelper.cs
- wgx_exports.cs
- ChtmlFormAdapter.cs
- AssertValidation.cs
- SqlVisitor.cs
- FontFamilyIdentifier.cs
- MessageBox.cs
- GridViewCancelEditEventArgs.cs
- PerspectiveCamera.cs
- CssTextWriter.cs
- MaskInputRejectedEventArgs.cs
- RootBrowserWindow.cs
- SecurityTokenProviderContainer.cs
- ExitEventArgs.cs
- IsolatedStorageFile.cs
- ReadContentAsBinaryHelper.cs
- TransformationRules.cs
- FrameworkElementFactory.cs
- DefaultAutoFieldGenerator.cs
- SafeProcessHandle.cs
- SimplePropertyEntry.cs
- Barrier.cs
- XamlPathDataSerializer.cs