Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / WinForms / Managed / System / WinForms / RequestResizeEvent.cs / 1 / 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
- Span.cs
- TextBoxRenderer.cs
- Style.cs
- HtmlShimManager.cs
- XmlElement.cs
- DesignSurface.cs
- PageCodeDomTreeGenerator.cs
- DoubleLinkList.cs
- AppearanceEditorPart.cs
- GridViewPageEventArgs.cs
- UserPersonalizationStateInfo.cs
- ClientUtils.cs
- DefaultTextStore.cs
- AssemblyNameEqualityComparer.cs
- Empty.cs
- TraceHelpers.cs
- StrongNameUtility.cs
- CalendarTable.cs
- StreamWithDictionary.cs
- QueryAsyncResult.cs
- X509CertificateCollection.cs
- OdbcDataAdapter.cs
- XmlSecureResolver.cs
- HttpModuleAction.cs
- EmptyQuery.cs
- mda.cs
- HttpClientCertificate.cs
- DataGridViewCellFormattingEventArgs.cs
- DictationGrammar.cs
- TextLine.cs
- SmtpDateTime.cs
- _OverlappedAsyncResult.cs
- ColumnCollection.cs
- DnsPermission.cs
- Dump.cs
- InvalidComObjectException.cs
- EncoderReplacementFallback.cs
- CapabilitiesUse.cs
- URLMembershipCondition.cs
- KeyEventArgs.cs
- PagesChangedEventArgs.cs
- HandlerFactoryWrapper.cs
- ShapeTypeface.cs
- SelectorAutomationPeer.cs
- PackageController.cs
- RegexMatch.cs
- ChildrenQuery.cs
- safelink.cs
- DataTable.cs
- DrawingContext.cs
- ProfileSettingsCollection.cs
- WindowVisualStateTracker.cs
- PrivilegeNotHeldException.cs
- ObjectConverter.cs
- OleServicesContext.cs
- Timeline.cs
- BindableTemplateBuilder.cs
- OleDbInfoMessageEvent.cs
- CharacterBufferReference.cs
- Paragraph.cs
- Wrapper.cs
- TlsSspiNegotiation.cs
- DataGridViewTextBoxColumn.cs
- UnsafeMethods.cs
- ExceptionUtil.cs
- Region.cs
- RoutingService.cs
- PreservationFileWriter.cs
- RemoveStoryboard.cs
- ObjectDataSourceStatusEventArgs.cs
- CommonEndpointBehaviorElement.cs
- MaskInputRejectedEventArgs.cs
- CreateUserErrorEventArgs.cs
- QuinticEase.cs
- ObjectListComponentEditor.cs
- HttpConfigurationContext.cs
- SelectionEditor.cs
- BindingExpression.cs
- ScriptManager.cs
- DateTimePicker.cs
- IntSecurity.cs
- Image.cs
- EnumValidator.cs
- RoleProviderPrincipal.cs
- nulltextnavigator.cs
- TextOutput.cs
- StreamGeometryContext.cs
- SettingsPropertyCollection.cs
- TrustManager.cs
- HtmlLinkAdapter.cs
- ReachPrintTicketSerializer.cs
- MenuItemStyle.cs
- FormViewDeleteEventArgs.cs
- NetMsmqSecurityElement.cs
- SqlBulkCopyColumnMapping.cs
- EFAssociationProvider.cs
- CustomPopupPlacement.cs
- ApplicationFileParser.cs
- Delay.cs
- QueryInterceptorAttribute.cs