Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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. // Copyright (c) Microsoft Corporation. All rights reserved./// Represents the requested size of the ///control. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- NativeObjectSecurity.cs
- ChineseLunisolarCalendar.cs
- DataBoundControl.cs
- FormsAuthenticationModule.cs
- IApplicationTrustManager.cs
- SelectionRange.cs
- ConfigurationLocation.cs
- DocumentSequence.cs
- ExpressionBuilderContext.cs
- BitmapCodecInfoInternal.cs
- ServiceHostFactory.cs
- ReadOnlyPropertyMetadata.cs
- QilCloneVisitor.cs
- WebSysDisplayNameAttribute.cs
- _WebProxyDataBuilder.cs
- SiteMapProvider.cs
- RuntimeHelpers.cs
- TreeChangeInfo.cs
- DataFormat.cs
- AvTraceDetails.cs
- AppDomainResourcePerfCounters.cs
- RecognitionResult.cs
- RangeValueProviderWrapper.cs
- StaticSiteMapProvider.cs
- XmlnsCache.cs
- InvalidDataContractException.cs
- RelAssertionDirectKeyIdentifierClause.cs
- SamlAssertionDirectKeyIdentifierClause.cs
- ScriptServiceAttribute.cs
- Root.cs
- CompressStream.cs
- Symbol.cs
- HttpStaticObjectsCollectionWrapper.cs
- Stack.cs
- SqlRowUpdatingEvent.cs
- BindingListCollectionView.cs
- ScriptingRoleServiceSection.cs
- LayoutSettings.cs
- TransportContext.cs
- ToolBarButton.cs
- SqlTriggerContext.cs
- DynamicRenderer.cs
- SqlSelectStatement.cs
- DoubleAnimation.cs
- HtmlProps.cs
- FlowStep.cs
- externdll.cs
- MailWebEventProvider.cs
- ToolTipService.cs
- ProgressBarHighlightConverter.cs
- StringAnimationUsingKeyFrames.cs
- BuildManagerHost.cs
- AsmxEndpointPickerExtension.cs
- ConcurrentDictionary.cs
- ViewUtilities.cs
- UInt32.cs
- WebPartCatalogCloseVerb.cs
- ToolStripRenderer.cs
- ThumbAutomationPeer.cs
- HostUtils.cs
- DbDataRecord.cs
- StateMachineSubscriptionManager.cs
- LocalizationParserHooks.cs
- Token.cs
- SapiInterop.cs
- HeaderCollection.cs
- LayoutTableCell.cs
- TraceXPathNavigator.cs
- KerberosRequestorSecurityToken.cs
- XmlLoader.cs
- XsdDataContractExporter.cs
- PeerName.cs
- ProxySimple.cs
- TraceUtility.cs
- SSmlParser.cs
- FixedSOMSemanticBox.cs
- StylusPlugInCollection.cs
- NotifyIcon.cs
- TextBox.cs
- WebConfigurationHost.cs
- XmlSchemaAttribute.cs
- ModifierKeysValueSerializer.cs
- Point3DCollection.cs
- SamlAuthorizationDecisionClaimResource.cs
- PrimitiveType.cs
- SystemIPInterfaceStatistics.cs
- DataGridRowsPresenter.cs
- PngBitmapEncoder.cs
- EventLogPermission.cs
- CreateUserErrorEventArgs.cs
- MultipartContentParser.cs
- EncodingTable.cs
- PropertyHelper.cs
- StopStoryboard.cs
- CheckBoxPopupAdapter.cs
- QuadraticBezierSegment.cs
- FixedSOMElement.cs
- DPCustomTypeDescriptor.cs
- ComponentResourceKeyConverter.cs
- HttpListenerRequest.cs