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
- UnsignedPublishLicense.cs
- SqlMethods.cs
- DocumentViewerBaseAutomationPeer.cs
- RectAnimationUsingKeyFrames.cs
- ExcCanonicalXml.cs
- CollectionViewGroupRoot.cs
- BitmapEffectDrawingContent.cs
- MetafileHeader.cs
- CodeCatchClauseCollection.cs
- AccessDataSourceWizardForm.cs
- VBCodeProvider.cs
- DemultiplexingClientMessageFormatter.cs
- ArrayWithOffset.cs
- Region.cs
- RankException.cs
- IODescriptionAttribute.cs
- Transform.cs
- DataStorage.cs
- DecoderFallback.cs
- RtType.cs
- MimePart.cs
- WebConvert.cs
- DesignTimeTemplateParser.cs
- ExtractedStateEntry.cs
- FileStream.cs
- RuntimeConfig.cs
- EmptyEnumerator.cs
- MetadataReference.cs
- KeyValuePair.cs
- StrokeRenderer.cs
- SQLSingle.cs
- PriorityBinding.cs
- ConstructorExpr.cs
- RSAPKCS1SignatureFormatter.cs
- FormClosedEvent.cs
- SamlAuthorityBinding.cs
- SchemaTableOptionalColumn.cs
- TypedTableBaseExtensions.cs
- Propagator.JoinPropagator.JoinPredicateVisitor.cs
- DataGridViewImageCell.cs
- ScalarConstant.cs
- ResXDataNode.cs
- MemberAccessException.cs
- AttachedPropertyMethodSelector.cs
- DefaultPropertyAttribute.cs
- ArrangedElementCollection.cs
- XmlLoader.cs
- SessionStateSection.cs
- TrackPointCollection.cs
- ExceptionRoutedEventArgs.cs
- Content.cs
- unsafenativemethodsother.cs
- UpdateTranslator.cs
- PowerStatus.cs
- Root.cs
- DeclaredTypeValidatorAttribute.cs
- MailMessageEventArgs.cs
- SelectionRangeConverter.cs
- MetadataUtilsSmi.cs
- FormsAuthentication.cs
- SignatureHelper.cs
- QueryOptionExpression.cs
- OrderingInfo.cs
- ChoiceConverter.cs
- AppliesToBehaviorDecisionTable.cs
- WorkflowApplicationAbortedException.cs
- SafeFileMapViewHandle.cs
- PersonalizationDictionary.cs
- XPathDocumentIterator.cs
- FullTextLine.cs
- WebRequestModuleElement.cs
- DataContractSerializerServiceBehavior.cs
- ProviderSettingsCollection.cs
- DataTableMappingCollection.cs
- TypeElement.cs
- SessionStateContainer.cs
- ExtenderProvidedPropertyAttribute.cs
- NameTable.cs
- SemaphoreSecurity.cs
- CngKeyCreationParameters.cs
- embossbitmapeffect.cs
- Directory.cs
- ControlDesigner.cs
- MatrixAnimationUsingPath.cs
- ResXResourceWriter.cs
- Translator.cs
- DynamicArgumentDesigner.xaml.cs
- IndependentlyAnimatedPropertyMetadata.cs
- ParseChildrenAsPropertiesAttribute.cs
- BufferedReadStream.cs
- CodeArgumentReferenceExpression.cs
- ImageInfo.cs
- ColumnReorderedEventArgs.cs
- ExceptQueryOperator.cs
- XAMLParseException.cs
- ActivityScheduledRecord.cs
- NonDualMessageSecurityOverHttpElement.cs
- GatewayDefinition.cs
- Accessors.cs
- PtsContext.cs