Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- AutoResetEvent.cs
- PrintDialogException.cs
- TcpProcessProtocolHandler.cs
- TdsRecordBufferSetter.cs
- AlignmentXValidation.cs
- FontEmbeddingManager.cs
- ConfigurationHandlersInstallComponent.cs
- Annotation.cs
- AssociatedControlConverter.cs
- WindowPatternIdentifiers.cs
- CacheMemory.cs
- StyleBamlRecordReader.cs
- DataBoundControlActionList.cs
- IfJoinedCondition.cs
- InvalidAsynchronousStateException.cs
- CookieParameter.cs
- DataGridViewCellPaintingEventArgs.cs
- DataObjectCopyingEventArgs.cs
- SystemIPInterfaceStatistics.cs
- Vars.cs
- XXXInfos.cs
- DataList.cs
- StackBuilderSink.cs
- IOException.cs
- FactoryRecord.cs
- WSSecurityOneDotOneReceiveSecurityHeader.cs
- SqlRowUpdatingEvent.cs
- UTF8Encoding.cs
- ValuePatternIdentifiers.cs
- ResourceType.cs
- httpstaticobjectscollection.cs
- ForceCopyBuildProvider.cs
- SamlAttributeStatement.cs
- LocalizationComments.cs
- BuildProvider.cs
- FormViewInsertedEventArgs.cs
- QueryResult.cs
- _SingleItemRequestCache.cs
- Timer.cs
- UnsafeNativeMethods.cs
- EventSetter.cs
- XsdBuilder.cs
- OracleConnectionFactory.cs
- PagesSection.cs
- FlowDocumentScrollViewer.cs
- Selector.cs
- BamlReader.cs
- TreeNodeBinding.cs
- TaskFormBase.cs
- WindowsAuthenticationEventArgs.cs
- BridgeDataRecord.cs
- Queue.cs
- RemotingConfigParser.cs
- Update.cs
- ParseElement.cs
- ScrollChrome.cs
- FixedSOMGroup.cs
- CommentEmitter.cs
- InheritanceAttribute.cs
- MouseBinding.cs
- RijndaelManaged.cs
- FormView.cs
- XmlSiteMapProvider.cs
- ReversePositionQuery.cs
- ContentDisposition.cs
- BitmapEffectRenderDataResource.cs
- StringUtil.cs
- ReadOnlyNameValueCollection.cs
- RightsManagementInformation.cs
- controlskin.cs
- Pen.cs
- MsmqChannelFactoryBase.cs
- VirtualizedItemPattern.cs
- CoordinationService.cs
- TextInfo.cs
- GraphicsState.cs
- DomainConstraint.cs
- ExpandoObject.cs
- WindowsStreamSecurityUpgradeProvider.cs
- ModelPropertyDescriptor.cs
- TiffBitmapDecoder.cs
- PeerInvitationResponse.cs
- CryptoApi.cs
- CheckBox.cs
- QualificationDataAttribute.cs
- XmlSchemaAny.cs
- SuppressIldasmAttribute.cs
- DbConnectionPoolCounters.cs
- NamespaceList.cs
- GC.cs
- CodeSnippetStatement.cs
- OutgoingWebResponseContext.cs
- VBIdentifierName.cs
- NGCUIElementCollectionSerializerAsync.cs
- ParentQuery.cs
- XPathAxisIterator.cs
- XmlAnyElementAttribute.cs
- QfeChecker.cs
- PersonalizationDictionary.cs
- ListViewPagedDataSource.cs