Code:
/ FX-1434 / FX-1434 / 1.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
- SqlDataSourceAdvancedOptionsForm.cs
- BuildProvider.cs
- BaseTreeIterator.cs
- CombinedGeometry.cs
- XamlSerializerUtil.cs
- StyleBamlTreeBuilder.cs
- ValidationRule.cs
- EmbeddedMailObject.cs
- SetStoryboardSpeedRatio.cs
- RepeaterCommandEventArgs.cs
- QueryConverter.cs
- DecimalConstantAttribute.cs
- EncoderNLS.cs
- ShapeTypeface.cs
- Publisher.cs
- SystemFonts.cs
- CopyCodeAction.cs
- BaseEntityWrapper.cs
- ResourceReferenceExpressionConverter.cs
- PersistenceProviderBehavior.cs
- ResourceDescriptionAttribute.cs
- TdsParserHelperClasses.cs
- ViewStateModeByIdAttribute.cs
- DataServiceEntityAttribute.cs
- DBDataPermission.cs
- WebPartExportVerb.cs
- Aes.cs
- ResourceWriter.cs
- CounterSampleCalculator.cs
- ReadOnlyObservableCollection.cs
- DataGridClipboardCellContent.cs
- WorkflowInvoker.cs
- RuntimeIdentifierPropertyAttribute.cs
- RelationshipNavigation.cs
- IdentityNotMappedException.cs
- MainMenu.cs
- ListViewItem.cs
- PictureBox.cs
- Win32.cs
- ISessionStateStore.cs
- MailBnfHelper.cs
- TableLayoutSettingsTypeConverter.cs
- OleDbSchemaGuid.cs
- SHA256Cng.cs
- SoapMessage.cs
- AsyncContentLoadedEventArgs.cs
- RuntimeHelpers.cs
- UnsafeNativeMethods.cs
- Container.cs
- TraceSection.cs
- WindowsSolidBrush.cs
- ExecutionContext.cs
- FileSystemEventArgs.cs
- Label.cs
- ExpandedWrapper.cs
- RemoteCryptoSignHashRequest.cs
- HtmlTableCellCollection.cs
- HandlerFactoryWrapper.cs
- WmpBitmapEncoder.cs
- EmptyImpersonationContext.cs
- ImageKeyConverter.cs
- BaseComponentEditor.cs
- GridViewRowPresenter.cs
- CatalogZoneDesigner.cs
- CodeVariableReferenceExpression.cs
- CryptoProvider.cs
- TemplateEditingService.cs
- SnapLine.cs
- Membership.cs
- RelationshipSet.cs
- DataColumnChangeEvent.cs
- AnnotationComponentManager.cs
- assemblycache.cs
- InfoCardBaseException.cs
- DispatchChannelSink.cs
- StatusBarAutomationPeer.cs
- DataSourceExpression.cs
- VisualCollection.cs
- XmlILModule.cs
- DataTableMappingCollection.cs
- StackSpiller.Bindings.cs
- SuppressMessageAttribute.cs
- Material.cs
- Empty.cs
- ListControlStringCollectionEditor.cs
- RegexRunner.cs
- MetadataProperty.cs
- DispatcherTimer.cs
- DetailsViewInsertedEventArgs.cs
- BinaryReader.cs
- ElementAction.cs
- UnsafeNativeMethodsMilCoreApi.cs
- ZipIOLocalFileDataDescriptor.cs
- ProfilePropertySettingsCollection.cs
- PackWebResponse.cs
- ExpressionParser.cs
- Configuration.cs
- HandlerBase.cs
- SqlConnectionHelper.cs
- Globals.cs