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
- ClientSession.cs
- EntityContainerRelationshipSetEnd.cs
- GZipDecoder.cs
- XsdDataContractExporter.cs
- WorkflowViewService.cs
- SiteMapPath.cs
- XsdDateTime.cs
- HashAlgorithm.cs
- EntityDataSourceColumn.cs
- ObjectListFieldsPage.cs
- DesignerActionMethodItem.cs
- DataGridViewDataErrorEventArgs.cs
- TwoPhaseCommit.cs
- Timer.cs
- TreeViewBindingsEditorForm.cs
- HtmlFormWrapper.cs
- DataServiceQueryProvider.cs
- OrderPreservingSpoolingTask.cs
- Label.cs
- Rotation3DAnimation.cs
- MobileUserControl.cs
- VisualStyleRenderer.cs
- IDReferencePropertyAttribute.cs
- OleDbDataReader.cs
- XslException.cs
- LayoutSettings.cs
- ParamArrayAttribute.cs
- ProtocolsSection.cs
- SmtpClient.cs
- TransactionContext.cs
- Vector3DConverter.cs
- FontSource.cs
- AssemblyAttributesGoHere.cs
- ImageListUtils.cs
- DataGridViewRowConverter.cs
- PolicyManager.cs
- RegexCompiler.cs
- Substitution.cs
- AsyncStreamReader.cs
- ArithmeticLiteral.cs
- SQLString.cs
- RemotingException.cs
- Application.cs
- HandlerFactoryCache.cs
- SchemaHelper.cs
- PackageDigitalSignature.cs
- HtmlTableCell.cs
- WindowsEditBox.cs
- XmlSchemaAttributeGroupRef.cs
- PromptBuilder.cs
- TreeNodeCollection.cs
- SqlConnectionHelper.cs
- COM2PropertyDescriptor.cs
- ExpressionBuilder.cs
- ExtendedPropertyInfo.cs
- LineSegment.cs
- DirtyTextRange.cs
- XmlBinaryWriterSession.cs
- DashStyle.cs
- XmlSchemaComplexContent.cs
- MimeMapping.cs
- Fonts.cs
- ComponentEditorPage.cs
- EncodingNLS.cs
- WebPartActionVerb.cs
- ActivationServices.cs
- OperationParameterInfoCollection.cs
- HMACMD5.cs
- XmlAutoDetectWriter.cs
- GC.cs
- StringAnimationBase.cs
- DecoderExceptionFallback.cs
- EditCommandColumn.cs
- CustomErrorsSection.cs
- PlainXmlWriter.cs
- WebFormDesignerActionService.cs
- Dynamic.cs
- NativeRecognizer.cs
- FileSystemInfo.cs
- ProfileModule.cs
- TokenBasedSetEnumerator.cs
- Form.cs
- cookiecontainer.cs
- WebControlAdapter.cs
- RelationshipEnd.cs
- BoolExpressionVisitors.cs
- WeakReferenceList.cs
- basenumberconverter.cs
- AutomationTextAttribute.cs
- ModelItemExtensions.cs
- TextureBrush.cs
- SQLGuidStorage.cs
- FileDialogCustomPlacesCollection.cs
- UrlMapping.cs
- EventProviderTraceListener.cs
- FunctionCommandText.cs
- CollectionExtensions.cs
- TaskSchedulerException.cs
- ContextStaticAttribute.cs
- EventLogQuery.cs